Offline mode done, TODO: online mode

Offline mode should be working now.
This commit is contained in:
ORelio 2014-01-08 23:58:49 +01:00
parent bee1893f75
commit 0b9a7f4ba6
5 changed files with 210 additions and 440 deletions

View file

@ -19,6 +19,7 @@ namespace MinecraftClient
public static string Login = "";
public static string Username = "";
public static string Password = "";
public static string UUID = "";
public static string ServerIP = "";
public static string SingleCommand = "";