We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6cd50 commit 87dc751Copy full SHA for 87dc751
src/main/java/com/sentropic/guiapi/GUIAPI.java
@@ -46,4 +46,6 @@ public void onDisable() {
46
}
47
48
public static GUIAPI getPlugin() { return singleton; }
49
+
50
+ public static GUIManager getGuiManager() { return guiManager; }
51
0 commit comments