blob: 6198cdb2b180ef6cc919565f40e1cb63f0551a40 [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.api.prefab
// Note-to-self: this has a component to allow the robot telling it has the
// upgrade.
class UpgradeAngel extends prefab.ManagedEnvironment {
override val node = Network.newNode(this, Visibility.Network).
withComponent("angel").
create()
}