6
2025-11-05 11:11:22 +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 { }