* add tooltips to agentid job icons * forgot to stage this * make StatusIconPrototype abstract * minor visual improvements * cleanup * use currentculture to sort job names * review
8 lines
282 B
C#
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 { }
|