Exemplo n.º 1
0
 private void RunBattle()
 {
     handler = new BattleHandler();
     narrator.Text = handler.BattleBegins();
     updateButtons();
 }