blob: b730dd8cb0224c101ac5c26e04acb4dbbf8a5c0e [file] [log] [blame] [raw]
package li.cil.oc.common.item
class Hdd(val parent: Delegator, val capacity: Int) extends Delegate {
def unlocalizedName = "HardDiskDrive"
}