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

PackSlayer() public méthode

public PackSlayer ( ) : bool
Résultat bool
        public bool PackSlayer()
        {
            return PackSlayer( 0.05 );
        }

Same methods

BaseCreature::PackSlayer ( double chance ) : bool
BaseCreature