Station maps (#13027)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Content.Shared.Medical.SuitSensor;
|
||||
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom;
|
||||
|
||||
namespace Content.Server.Medical.SuitSensors
|
||||
{
|
||||
@@ -53,9 +54,10 @@ namespace Content.Server.Medical.SuitSensors
|
||||
public EntityUid? User = null;
|
||||
|
||||
/// <summary>
|
||||
/// Last time when sensor updated owners status
|
||||
/// Next time when sensor updated owners status
|
||||
/// </summary>
|
||||
public TimeSpan LastUpdate = TimeSpan.Zero;
|
||||
[DataField("nextUpdate", customTypeSerializer:typeof(TimeOffsetSerializer))]
|
||||
public TimeSpan NextUpdate = TimeSpan.Zero;
|
||||
|
||||
/// <summary>
|
||||
/// The station this suit sensor belongs to. If it's null the suit didn't spawn on a station and the sensor doesn't work.
|
||||
|
||||
Reference in New Issue
Block a user