Ejemplo n.º 1
0
 public void NPCResponse(S.NPCResponse p)
 {
     NPCDialog.gameObject.SetActive(true);
     NPCDialog.NewText(NPCName, p.Page);
 }