Key distribution system (#625)
* data restruct * yay * Update arenas.yml * fixes * auto labeling * shuffle
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Shared._CP14.LockKey.Components;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed partial class CP14StationKeyDistributionComponent : Component
|
||||
{
|
||||
[DataField]
|
||||
public List<ProtoId<CP14LockTypePrototype>> Keys = new();
|
||||
}
|
||||
Reference in New Issue
Block a user