Server.Mobiles.BaseCreature.PackStatue C# (CSharp) Méthode

PackStatue() public méthode

public PackStatue ( ) : void
Résultat void
        public void PackStatue()
        {
            PackItem( Loot.RandomStatue() );
        }

Same methods

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