AgentIDCardComponent.cs 282 B

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