Experimental MNet-2 backend

This commit is contained in:
Anuken
2019-08-22 22:49:22 -04:00
parent 6d72c08d63
commit 1880c32f90
15 changed files with 399 additions and 70 deletions

View File

@@ -67,6 +67,6 @@ public class Mindustry extends ApplicationCore{
super.init();
Log.info("Time to load [total]: {0}", Time.elapsed());
Events.fire(new GameLoadEvent());
Events.fire(new ClientLoadEvent());
}
}