Finished server side registration.

This commit is contained in:
MickWerf
2020-06-06 15:44:53 +02:00
parent f942bbbc92
commit 3dbffa4ffb
3 changed files with 70 additions and 19 deletions

View File

@@ -35,4 +35,8 @@ public class Server {
// gameThreads.get(game).start();
// }
}
public DataController getDataController() {
return dataController;
}
}