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

PackNecroReg() public method

public PackNecroReg ( int min, int max ) : void
min int
max int
return void
        public void PackNecroReg( int min, int max )
        {
            PackNecroReg( Utility.RandomMinMax( min, max ) );
        }

Same methods

BaseCreature::PackNecroReg ( ) : void
BaseCreature::PackNecroReg ( int amount ) : void
BaseCreature