Blast door/shutter, timer and or gate device linking fixes (#16347)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom;
|
||||
|
||||
namespace Content.Server.DeviceLinking.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class ActiveSignalTimerComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The time the timer triggers.
|
||||
/// </summary>
|
||||
[DataField("triggerTime", customTypeSerializer: typeof(TimeOffsetSerializer))]
|
||||
public TimeSpan TriggerTime;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user