Skip to content

Commit

Permalink
Create ShowSecurityIconsComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored May 23, 2024
1 parent 73b12e1 commit 5d3246b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Content.Shared/Overlays/ShowSecurityIconsComponent.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
using Robust.Shared.GameStates;

namespace Content.Shared.Overlays;

/// <summary>
/// This component allows you to see job icons above mobs.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class ShowSecurityIconsComponent : Component { }

0 comments on commit 5d3246b

Please sign in to comment.