Exemplo n.º 1
0
 private bool playersIsNotDead()
 {
     return(!(Fighter1.isDead() || Fighter2.isDead()));
 }