private void Awake() { if (Instance == null) { Instance = this; } }
private void Start() { controller = GetComponent <MainDialogController>(); }