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

PackStatue() public method

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

Same methods

BaseCreature::PackStatue ( ) : void
BaseCreature::PackStatue ( int amount ) : void
BaseCreature