示例#1
0
文件: TextView.cs 项目: jimu/pbem001
        public void OnIndexChanged()
        {
            //Debug.Log($"OnIndexChanged()");

            console.LogToConsole($"{commands[commandController.GetCurrentIndex()]}");
        }