2023-08-01 23:17:03 +02:00
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Overlays
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// This component allows you to see job icons above mobs.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class ShowSecurityIconsComponent : Component { }
|
2023-08-01 23:17:03 +02:00
|
|
|
}
|