summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/api/IReload.java
blob: 75403b55c3edfb37116ac3fd86a6f6e435d9151f (plain)
1
2
3
4
5
6
7
package com.earth2me.essentials.api;


public interface IReload
{
	void onReload();
}