Server.DefensiveSpell.Nullify C# (CSharp) 메소드

Nullify() 공개 정적인 메소드

public static Nullify ( Server.Mobile from ) : void
from Server.Mobile
리턴 void
		public static void Nullify( Mobile from )
		{
			if( !from.CanBeginAction( typeof( DefensiveSpell ) ) )
				new InternalTimer( from ).Start();
		}
DefensiveSpell