feat: Added the IElemental interface

This commit is contained in:
WinDanesz
2022-09-09 23:52:00 +02:00
parent 5d337b93a6
commit b6682e1c52
@@ -0,0 +1,8 @@
package electroblob.wizardry.api;
import electroblob.wizardry.constants.Element;
public interface IElemental {
Element getElement();
}