blob: 69479fd05a5fef53264e2c4c3863c5b18ff3c51f [file] [log] [blame] [raw]
package li.cil.oc.common.item
class DataCard(val parent: Delegator, val tier: Int) extends traits.Delegate with traits.ItemTier {
override val unlocalizedName = super.unlocalizedName + tier
}