Server.DefensiveSpell.Nullify C# (CSharp) Méthode

Nullify() public static méthode

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