Exemple #1
0
 public static void ServerObjectInfo(ByteBuffer buffe)
 {
     NPCInfo npc_inf = new NPCInfo();
     npc_inf.LoadServerObject(buffe);
     AddInfo.Add_NPCInfo(npc_inf);
 }