summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/IConf.java
blob: 600c7ed48a1bdaff5625684eaed34ec9160236e8 (plain)
1
2
3
4
5
6
package com.earth2me.essentials;

public interface IConf
{
	public void reloadConfig();
}