added example networking file (that doesnt work)

This commit is contained in:
Sem van der Hoeven
2020-05-10 22:29:15 +02:00
parent 914383f89b
commit 2849c34c63
2 changed files with 206 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import com.badlogic.gdx.backends.lwjgl.LwjglApplication;
import netwerkprog.game.MainGame;
import temp.Animator;
import netwerkprog.game.GameApplicationConfiguration;
import temp.Networking;
public class DesktopLauncher {
public static void main (String[] arg) {