Added mod file tree, bundle loading
This commit is contained in:
@@ -130,6 +130,7 @@ public class Vars implements Loadable{
|
||||
/** list of all locales that can be switched to */
|
||||
public static Locale[] locales;
|
||||
|
||||
public static FileTree filet;
|
||||
public static Net net;
|
||||
public static ContentLoader content;
|
||||
public static GameState state;
|
||||
@@ -193,6 +194,7 @@ public class Vars implements Loadable{
|
||||
|
||||
Version.init();
|
||||
|
||||
filet = new FileTree();
|
||||
mods = new Mods();
|
||||
content = new ContentLoader();
|
||||
loops = new LoopControl();
|
||||
|
||||
Reference in New Issue
Block a user