Exemplo n.º 1
0
 private void WinBattle()
 {
     Debug.Log("You won the battle");
     battleUI.WinBattle();
     StopCoroutine("EndBattleAndSaveResults");
     StartCoroutine("EndBattleAndSaveResults");
 }