Server build fix / Debug hook

This commit is contained in:
Anuken
2018-09-10 19:33:12 -04:00
parent 4af0fbf553
commit d9eb4c1296
7 changed files with 24 additions and 11 deletions

View File

@@ -6,6 +6,10 @@ import io.anuke.ucore.function.Event;
public class EventType{
public static class GameLoadEvent implements Event{
}
public static class PlayEvent implements Event{
}