Exemplo n.º 1
0
 private static void PerformShipMenuAction(int button)
 {
     GameController.SetShips(button + 1);
     GameController.EndCurrentState();
 }