Beispiel #1
0
 private void CheckHeroes()
 {
     if (!heroManager.CanAttack())
     {
         EndRun();
     }
 }