2024-08-09 08:14:07 +02:00
|
|
|
namespace Content.Server.Access.Components;
|
2023-07-29 10:25:27 +02:00
|
|
|
|
2024-08-09 08:14:07 +02:00
|
|
|
/// <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 { }
|