Content update for NetEntities (#18935)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Shared.Medical.SuitSensor
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class SuitSensorStatus
|
||||
{
|
||||
public SuitSensorStatus(EntityUid suitSensorUid, string name, string job)
|
||||
public SuitSensorStatus(NetEntity suitSensorUid, string name, string job)
|
||||
{
|
||||
SuitSensorUid = suitSensorUid;
|
||||
Name = name;
|
||||
@@ -14,12 +14,12 @@ namespace Content.Shared.Medical.SuitSensor
|
||||
}
|
||||
|
||||
public TimeSpan Timestamp;
|
||||
public EntityUid SuitSensorUid;
|
||||
public NetEntity SuitSensorUid;
|
||||
public string Name;
|
||||
public string Job;
|
||||
public bool IsAlive;
|
||||
public int? TotalDamage;
|
||||
public EntityCoordinates? Coordinates;
|
||||
public NetCoordinates? Coordinates;
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
|
||||
Reference in New Issue
Block a user