blob: b69c76d57dfee55adbd707f4354bd8eedceaa968 [file] [log] [blame] [raw]
package li.cil.oc.common.item
import li.cil.oc.integration.Mods
class AbstractBusCard(val parent: Delegator) extends Delegate with ItemTier {
showInItemList = Mods.StargateTech2.isAvailable
}