Merge remote-tracking branch 'origin/master'

This commit is contained in:
Jonas
2022-04-07 11:33:18 +02:00
2 changed files with 15 additions and 7 deletions

View File

@@ -54,13 +54,6 @@ public class GameFunctions {
return nrOfUsers;
}
public void ghostyfy(int position) {
}
public Passenger voteEval() {
return new Passenger();
}
}