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
@@ -27,8 +27,13 @@ public class EventType{
}
}
/** Called when the game is first loaded. */
public static class GameLoadEvent{
/** Called when the client game is first loaded. */
public static class ClientLoadEvent{
}
/** Called when the core app is first loaded. */
public static class AppLoadEvent{
}