예제 #1
0
파일: NPCMgr.cs 프로젝트: uvbs/Asda2-Server
 internal static void GenerateId(NPC npc, HighId highId)
 {
     npc.EntityId = new EntityId(NPCMgr.GenerateUniqueLowId(), npc.EntryId, highId);
 }