Cleaned up, deleted unused files, reformatted all code

This commit is contained in:
Jonas
2022-03-27 13:06:08 +02:00
parent d2c2ca1732
commit 6071ea4b2f
38 changed files with 160 additions and 938 deletions

View File

@@ -10,8 +10,8 @@ public class GameFunctions {
**/
int nrOfPlayers; //sets the length of the train
int nrOfGhosts; // sets how many Ghosts we start witch
int nrOfUsers; // safes how many clients are active in this Game
Train train; // safes who sits where
int nrOfUsers; // saves how many clients are active in this Game
Train train; // saves who sits where
Passenger[] passengerTrain;
/**