Server.PoisonImpl.ConstructTimer C# (CSharp) Method

ConstructTimer() public method

public ConstructTimer ( Server.Mobile m ) : Timer
m Server.Mobile
return Timer
		public override Timer ConstructTimer( Mobile m )
		{
			return new PoisonTimer( m, this );
		}
	}