re-added all ships

This commit is contained in:
Baipyrus 2022-07-04 14:48:22 +02:00
parent 5afada2111
commit ac57127fcc

View File

@ -11,8 +11,7 @@ namespace SchiffeVersenken {
private static Random rnd = new Random();
private static int zuege = 1;
// Die Zahlen stehen für die Länge (Typ) des Schiffes
// 5, 4, 4, 3, 3, 3, 2, 2, 2,
private static int[] schiffe = {2};
private static int[] schiffe = {5, 4, 4, 3, 3, 3, 2, 2, 2, 2};
private static bool lastShot = false, isMultiplayer = false;
private static int multiplayerState = 0;
public static string lobbyCode = "";