AddonsAPI - Created interface BSModule to allow easier identification

This commit is contained in:
Florian CUNY 2017-12-11 21:52:10 +01:00
parent c38936fa04
commit 7effb541ba

View File

@ -0,0 +1,6 @@
package us.tastybento.bskyblock.api;
public interface BSModule {
String getIdentifier();
}