Start of work on logic stuff

This commit is contained in:
Anuken
2020-08-04 23:37:12 -04:00
parent 03b5bc9449
commit 75eed2926a
15 changed files with 1626 additions and 1406 deletions

View File

@@ -33,6 +33,8 @@ public abstract class ClientLauncher extends ApplicationCore implements Platform
@Override
public void setup(){
loadLogger();
loader = new LoadRenderer();
Events.fire(new ClientCreateEvent());