コード例 #1
0
 private void ShowDialog()
 {
     img.sprite = images[currentDialog];
     txtPrimary.SetText(dialogs[currentDialog]);
 }