added todos

This commit is contained in:
Sem van der Hoeven
2020-05-10 22:13:26 +02:00
parent 4aef28eea4
commit aac30b4317
3 changed files with 9 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import java.io.IOException;
import java.net.Socket;
import java.util.Scanner;
//TODO rewrite with GDX library https://www.gamefromscratch.com/post/2014/03/11/LibGDX-Tutorial-10-Basic-networking.aspx
public class Client {
private int port;
private String hostname;