BloodMagic/src/main/java/wayoftime/bloodmagic/api/text/IHasTranslationKey.java

7 lines
109 B
Java
Raw Normal View History

package wayoftime.bloodmagic.api.text;
public interface IHasTranslationKey
{
String getTranslationKey();
}