mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Offline mode done, TODO: online mode
Offline mode should be working now.
This commit is contained in:
parent
bee1893f75
commit
0b9a7f4ba6
5 changed files with 210 additions and 440 deletions
|
|
@ -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 = "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue