blob: b013967a294bbc12bc7751378d135ac07e7a961f [file] [log] [blame] [raw]
package li.cil.oc.server.component
import li.cil.oc.api.Network
import li.cil.oc.api.network.Visibility
import li.cil.oc.common.component
// Note-to-self: this has a component to allow the robot telling it has the
// upgrade.
class UpgradeAngel extends component.ManagedComponent {
val node = Network.newNode(this, Visibility.Network).
withComponent("angel").
create()
}