6
2026-01-24 12:49:55 +03:00

8 lines
282 B
C#

namespace Content.Server.Access.Components;
/// <summary>
/// Allows an ID card to copy accesses from other IDs and to change the name, job title and job icon via an interface.
/// </summary>
[RegisterComponent]
public sealed partial class AgentIDCardComponent : Component { }