2023-08-01 23:17:03 +02:00
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
2023-09-23 15:14:06 +02:00
|
|
|
namespace Content.Shared.Overlays;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2024-04-17 23:20:44 -04:00
|
|
|
/// This component allows you to see job icons above mobs.
|
2023-09-23 15:14:06 +02:00
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
2024-04-17 23:20:44 -04:00
|
|
|
public sealed partial class ShowJobIconsComponent : Component { }
|