public void StartBattle(bool _randomBattle) { eventBattle = false; playerHud.SetPlayerData(); RandomizeGhost(); StartCoroutine(SetupBattle()); }