Refactoring

This commit is contained in:
Anuken
2020-05-13 18:11:28 -04:00
parent e64122bbbb
commit 6e62936458
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -172,7 +172,7 @@ public class Vars implements Loadable{
public static Mods mods;
public static Schematics schematics;
public static BeControl becontrol;
public static AsyncLogic asyncLogic;
public static AsyncCore asyncCore;
public static TeamIndexProcess teamIndex;
public static Universe universe;
@@ -241,7 +241,7 @@ public class Vars implements Loadable{
world = new World();
universe = new Universe();
becontrol = new BeControl();
asyncLogic = new AsyncLogic();
asyncCore = new AsyncCore();
maps = new Maps();
spawner = new WaveSpawner();