Agent ID Cards (#7041)

This commit is contained in:
Rane
2022-04-15 17:15:25 -04:00
committed by GitHub
parent 155b7a2f37
commit e85628b709
12 changed files with 267 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
using Content.Shared.Access.Systems;
using Content.Shared.PDA;
namespace Content.Server.Access.Components
{
[RegisterComponent]
public sealed class AgentIDCardComponent : Component
{}
}