mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 20:29:20 +00:00
7 lines
159 B
Java
7 lines
159 B
Java
![]() |
package com.earth2me.essentials.items;
|
||
|
|
||
|
import com.earth2me.essentials.IConf;
|
||
|
|
||
|
public abstract class AbstractItemDb implements IConf, net.ess3.api.IItemDb {
|
||
|
}
|