Server.Mobiles.BaseCreature.CheckReflect C# (CSharp) Méthode

CheckReflect() public méthode

public CheckReflect ( Server.Mobile caster, bool &reflect ) : void
caster Server.Mobile
reflect bool
Résultat void
        public virtual void CheckReflect( Mobile caster, ref bool reflect )
        {
        }
BaseCreature