Key distribution system (#625)
* data restruct * yay * Update arenas.yml * fixes * auto labeling * shuffle
This commit is contained in:
15
Content.Server/_CP14/LockKey/CP14AbstractKeyComponent.cs
Normal file
15
Content.Server/_CP14/LockKey/CP14AbstractKeyComponent.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
using Content.Shared._CP14.LockKey;
|
||||
using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Server._CP14.LockKey;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class CP14AbstractKeyComponent : Component
|
||||
{
|
||||
[DataField(required: true)]
|
||||
public ProtoId<CP14LockGroupPrototype> Group = default;
|
||||
|
||||
[DataField]
|
||||
public bool DeleteOnFailure = true;
|
||||
}
|
||||
Reference in New Issue
Block a user