private void CreateCmdExtraBtn(BattleExtraCommand commandType, BTLUI_ButtonCmdExtra btn) { btn.commandType = commandType; btn.txt.text = commandType.ToString(); }