Server.Mobiles.BaseCreature.PackNecroReg C# (CSharp) Method

PackNecroReg() public method

public PackNecroReg ( int amount ) : void
amount int
return void
        public void PackNecroReg( int amount )
        {
            for ( int i = 0; i < amount; ++i )
                PackNecroReg();
        }

Same methods

BaseCreature::PackNecroReg ( ) : void
BaseCreature::PackNecroReg ( int min, int max ) : void
BaseCreature