Relocate Source to proper directory.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package appeng.util;
|
||||
|
||||
import appeng.api.util.IConfigManager;
|
||||
|
||||
public interface IConfigManagerHost
|
||||
{
|
||||
|
||||
void updateSetting(IConfigManager manager, Enum settingName, Enum newValue);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user