Renamed some stuff and updated core

This commit is contained in:
coolGi2007
2022-03-13 14:31:33 +10:30
parent 538df6000c
commit 2fa54347ea
2 changed files with 5 additions and 1 deletions
@@ -5,6 +5,10 @@ package com.seibel.lod.core.config.gui;
* @author leetom?
*/
public class ConfigScreen {
public static void Init() {
}
public static void Render() {
}
@@ -2,7 +2,7 @@ package com.seibel.lod.core.wrapperInterfaces.config;
public interface IConfigWrapper {
boolean exists(String str);
boolean LangExists(String str);
String getFromLang(String str);
}