Server.Mobiles.BaseCreature.PackSlayer C# (CSharp) Метод

PackSlayer() публичный Метод

public PackSlayer ( ) : bool
Результат bool
        public bool PackSlayer()
        {
            return PackSlayer( 0.05 );
        }

Same methods

BaseCreature::PackSlayer ( double chance ) : bool
BaseCreature