Started implementing the Replay Center.

Expanded and generalized the ApiClient.
This commit is contained in:
Marius Metzger
2015-01-29 22:58:22 +01:00
parent 4659abc98e
commit f67e681825
9 changed files with 247 additions and 31 deletions

View File

@@ -46,6 +46,8 @@ public class ReplayMod
public static ReplaySettings replaySettings = new ReplaySettings(0, true, true, true, false, false);
public static Configuration config;
public static boolean firstMainMenu = true;
public static RecordingHandler recordingHandler;
public static int TP_DISTANCE_LIMIT = 128;