Add a crew monitoring server (#7542)
This commit is contained in:
@@ -51,5 +51,8 @@ namespace Content.Shared.Medical.SuitSensor
|
||||
public const string NET_IS_ALIVE = "alive";
|
||||
public const string NET_TOTAL_DAMAGE = "vitals";
|
||||
public const string NET_CORDINATES = "cords";
|
||||
|
||||
///Used by the CrewMonitoringServerSystem to send the status of all connected suit sensors to each crew monitor
|
||||
public const string NET_STATUS_COLLECTION = "suit-status-collection";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user