// TODO: Modify DataService to allow for editing of words in DB public void EditWord() { controller.SetTargetWord(EventSystem.current.currentSelectedGameObject.transform.parent.gameObject.name); controller.SceneChange("word_edit_add", true); }