Server.Mobiles.BaseCreature.PackStatue C# (CSharp) Метод

PackStatue() публичный Метод

public PackStatue ( ) : void
Результат void
        public void PackStatue()
        {
            PackItem( Loot.RandomStatue() );
        }

Same methods

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