// Start is called before the first frame update void Start() { Choosing = false; Instance = this; }
public void Show() { DialogueOptionsController.ShowDialogueOpition(this); }