mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-04 18:11:43 +02:00
12 lines
167 B
Java
12 lines
167 B
Java
package com.earth2me.essentials.anticheat;
|
|
|
|
|
|
/**
|
|
*
|
|
* Every class that is extending this has to implement an empty Constructor()
|
|
*
|
|
*/
|
|
public interface DataItem
|
|
{
|
|
}
|