Ejemplo n.º 1
0
 private static void ParseCreatureSkull(InputMessage input)
 {
     input.getU32();
     input.getByte();
 }
Ejemplo n.º 2
0
 private static void ParseHouseWindow(InputMessage input)
 {
     input.getByte();
     input.getU32();
     input.getString();
 }