Beispiel #1
0
 internal void SpawnNpcController(NonPlayerType npc)
 {
     NpcController[npc.NpcId] = npc;
 }
Beispiel #2
0
 internal void SpawnNpc(NonPlayerType npc)
 {
     Npcs[npc.NpcId] = npc;
 }