package space.autistic.radio import net.minecraft.entity.player.PlayerEntity import net.minecraft.item.ItemStack import net.minecraft.util.Hand open class CommonProxy : SidedProxy { override fun useStorageCard(player: PlayerEntity, item: ItemStack, hand: Hand) { } }