- add: Criminal records hud icons (#32)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Content.Shared.Security;
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared._Miracle.Components;
|
||||
|
||||
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
|
||||
public sealed partial class CriminalStatusDataComponent : Component
|
||||
{
|
||||
[AutoNetworkedField, ViewVariables]
|
||||
public Dictionary<string, SecurityStatus> Statuses = new();
|
||||
}
|
||||
Reference in New Issue
Block a user