Skip to content

Commit 87dc751

Browse files
committed
Added getter for GUIManager
1 parent cf6cd50 commit 87dc751

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/sentropic/guiapi/GUIAPI.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ public void onDisable() {
4646
}
4747

4848
public static GUIAPI getPlugin() { return singleton; }
49+
50+
public static GUIManager getGuiManager() { return guiManager; }
4951
}

0 commit comments

Comments
 (0)