Exemple #1
0
 private void CreateNewZoneInGoalCaptureMode(GameModel testGame, Player player)
 {
     testGame.CreateNewGoal();
     player.SetPosition(testGame.Goal.X, testGame.Goal.Y);
     testGame.CheckGoalCapture();
 }