Пример #1
0
 public bool AbleToMoveForward()
 {
     return(fighterOne.GetRightmostPosition() < fighterTwo.GetLeftmostPosition());
 }