mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 12:23:59 +00:00
5 lines
86 B
Java
5 lines
86 B
Java
package com.earth2me.essentials;
|
|
|
|
public interface IConf {
|
|
void reloadConfig();
|
|
}
|