feat: Added the IElemental interface
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package electroblob.wizardry.api;
|
||||
|
||||
import electroblob.wizardry.constants.Element;
|
||||
|
||||
public interface IElemental {
|
||||
|
||||
Element getElement();
|
||||
}
|
||||
Reference in New Issue
Block a user