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

@@ -1,7 +1,7 @@
package cloudburst.rejects.modules;
import cloudburst.rejects.MeteorRejectsAddon;
import cloudburst.rejects.screens.InteractionScreen;
import cloudburst.rejects.gui.screens.InteractionScreen;
import it.unimi.dsi.fastutil.objects.Object2BooleanMap;
import minegame159.meteorclient.gui.GuiTheme;
import minegame159.meteorclient.gui.widgets.WWidget;