blob: c89bb81402f93b0b359df471cb139db7f6d2ff50 [file] [log] [blame] [raw]
package li.cil.oc.common.item
import net.minecraft.item.ItemStack
class Card(val parent: Delegator) extends Delegate {
val unlocalizedName = "Card"
}