summaryrefslogtreecommitdiffstats
path: root/EssentialsAntiCheat/src/com/earth2me/essentials/anticheat/DataItem.java
blob: e99314108413956051d993a1a4fe7d1192b341ed (plain)
1
2
3
4
5
6
7
8
9
10
11
package com.earth2me.essentials.anticheat;


/**
 *
 * Every class that is extending this has to implement an empty Constructor()
 *
 */
public interface DataItem
{
}