コード例 #1
0
 protected void SetNpcTextPages()
 {
     if (GameManager.Instance._npcs.ContainsKey(_id))
     {
         Npc npc = GameManager.Instance._npcs[_id];
         npc.ChangeTextPage(_textPages);
     }
     else
     {
         Debug.Log("key error");
     }
 }