コード例 #1
0
ファイル: ClientPackets.cs プロジェクト: stephenZh/l2net
 public static void StaticObjectInfo(ByteBuffer buffe)
 {
     NPCInfo npc_inf = new NPCInfo();
     npc_inf.LoadStaticObject(buffe);
     AddInfo.Add_NPCInfo(npc_inf);
 }