void StartCombat(EncounterConfig config) { mainUIController.LoadCombatUI(player); combatStateMachine.StartCombatStateMachine(config, player); }