-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
20 changes: 9 additions & 11 deletions
20
Content.Server/_DV/DeviceLinking/Components/DeadMansSignallerComponent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
using Content.Shared.DeviceLinking; | ||
using Robust.Shared.Prototypes; | ||
|
||
namespace Content.Server._DV.DeviceLinking.Components | ||
{ | ||
[RegisterComponent] | ||
public sealed partial class DeadMansSignallerComponent : Component | ||
namespace Content.Server._DV.DeviceLinking.Components; | ||
|
||
{ | ||
/// <summary> | ||
/// The port that gets signaled when the switch turns on. | ||
/// </summary> | ||
[DataField] | ||
public ProtoId<SourcePortPrototype> Port = "Pressed"; | ||
} | ||
[RegisterComponent] | ||
public sealed partial class DeadMansSignallerComponent : Component | ||
{ | ||
/// <summary> | ||
/// The port that gets signaled when the switch turns on. | ||
/// </summary> | ||
[DataField] | ||
public ProtoId<SourcePortPrototype> Port = "Pressed"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,3 +43,4 @@ | |
range: 50 | ||
- type: StaticPrice | ||
price: 30 | ||
|