Correct IStats to be an interface as well.

This commit is contained in:
asofold 2012-10-21 20:45:26 +02:00
parent 5f589e78e9
commit f0ba361968

View File

@ -7,5 +7,5 @@ package fr.neatmonster.nocheatplus.hooks;
* @author mc_dev
*
*/
public class IStats {
public interface IStats {
}