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

PackStatue() public method

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

Same methods

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