Server.SkillHandlers.SpiritSpeak.SpiritSpeakSpell.OnDisturb C# (CSharp) Méthode

OnDisturb() public méthode

public OnDisturb ( DisturbType type, bool message ) : void
type DisturbType
message bool
Résultat void
			public override void OnDisturb( DisturbType type, bool message )
			{
				Caster.NextSkillTime = DateTime.Now;

				base.OnDisturb( type, message );
			}