blob: 08c8352b71b146de783152b477c85bbdbf80df6f [file] [log] [blame] [raw]
package li.cil.oc.server.components
import li.cil.oc.api.INetworkNode
import net.minecraft.nbt.NBTTagCompound
class Disk(val nbt: NBTTagCompound) extends INetworkNode {
override def name = "disk"
def close() {}
}