blob: c53bba3c08fe152232c45c944613774070ae1d73 [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
override protected def tooltipName = Option(super.unlocalizedName + tier)
}