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 5cbf117 commit bd89349Copy full SHA for bd89349
src/main/java/me/hsgamer/bettergui/exampleaddon/ExampleAddon.java
@@ -1,6 +1,6 @@
1
package me.hsgamer.bettergui.exampleaddon;
2
3
-import me.hsgamer.hscore.bukkit.addon.PluginAddon;
+import me.hsgamer.hscore.expansion.common.Expansion;
4
5
-public final class ExampleAddon extends PluginAddon {
+public final class ExampleAddon implements Expansion {
6
}
0 commit comments