void resetActionData() { uiController.resetAllIndicator(); currentPlayerIndex = -1; targetIndices = new int[1] { targetPicker(true) }; curActionIndex = -1; currentAction = BtAction.NULL; uiController.CommandPanelActive(false); }