/** A rod between the [Ship] and [Cargo]. [Ship] does all the work, so this class is empty. */ class Rod : AbstractRole { override fun tick() { } }