extends Node var rootUi:RootUI = null var DEBUG_MENU: get(): if rootUi && rootUi.debugMenu: return rootUi.debugMenu return null var TEXTBOX: get(): if rootUi && rootUi.textBox: return rootUi.textBox return null