Restructured Util for better usability
Moved MainGame from util to client. Moved server port static from serverData to Data
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package netwerkprog.game.server;
|
||||
|
||||
import netwerkprog.game.server.controllers.SessionController;
|
||||
import netwerkprog.game.server.data.Data;
|
||||
import netwerkprog.game.util.data.Data;
|
||||
|
||||
import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
|
||||
Reference in New Issue
Block a user