This commit is contained in:
Modmuss50 2015-11-23 14:49:35 +00:00
parent fa9cd98b5a
commit abb9b5102f
65 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,10 @@
package techreborn.partSystem;
import net.minecraft.nbt.NBTTagCompound;
public interface IPartDesc {
public void readDesc(NBTTagCompound tagCompound);
public void writeDesc(NBTTagCompound tagCompound);
}