void OnRobotConnected(RobotInfo ifo, RobotConnector.TargetPorts ports) { if (Interface != null) { Interface.SetPowered(true); } }
void OnRobotConnected(RobotInfo ifo, RobotConnector.TargetPorts ports) { if (Interface != null) { Interface.ConnectScreen.SetMessage(captions [1]); Interface.SetPowered(true); Interface.ConnectScreen.SetBackgroundAlpha(0.95f); } }