// Start is called before the first frame update
 void Start()
 {
     Choosing = false;
     Instance = this;
 }
Пример #2
0
 public void Show()
 {
     DialogueOptionsController.ShowDialogueOpition(this);
 }