示例#1
0
 public InfoCreature(WoWpacket pkt) {
   super(0);
   pkt.reset();
   unpack(pkt, pkt.getInt());
 }