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