Exemplo n.º 1
0
 public void CheckProgress()
 {
     if (current.endLevelCondition.Check())
     {
         consoleController.LevelEnd();
     }
 }