removed todos

This commit is contained in:
Sem van der Hoeven
2020-05-11 11:41:35 +02:00
parent ccbadd6328
commit 615273f301
3 changed files with 0 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ import java.net.Socket;
import java.util.ArrayList;
import java.util.HashMap;
//TODO rewrite this with the GDX library https://www.gamefromscratch.com/post/2014/03/11/LibGDX-Tutorial-10-Basic-networking.aspx
public class Server {
private ServerSocket serverSocket;
private static final int PORT = 8000;