コード例 #1
0
 public void AtHouse(int ident)
 {
     activeNPC = npcList [ident - 1].GetComponent <NPCController> ();
     activeNPC.WaitForHouse (spawnTime);
 }