Moved hud and screens to gui

This commit is contained in:
Cloudburst
2021-06-07 18:48:47 +02:00
parent 54afa2fd73
commit 4a64ce606a
7 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import cloudburst.rejects.commands.*;
import cloudburst.rejects.hud.*;
import cloudburst.rejects.gui.hud.*;
import cloudburst.rejects.modules.*;
public class MeteorRejectsAddon extends MeteorAddon {