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