
Added the original 'wayoftime' folder back, so see if that fixed the multiple folder issue.
6 lines
109 B
Java
6 lines
109 B
Java
package wayoftime.bloodmagic.api.text;
|
|
|
|
public interface IHasTranslationKey
|
|
{
|
|
String getTranslationKey();
|
|
}
|