private void ActivateCombatState() { buildingManager.enabled = false; inGameUI.DisplayCombatUI(); currentPlayingState = PlayingState.COMBAT; }