Files
OldThink/Content.Shared/_White/EntityJobInfo/ShowJobInfoComponent.cs

13 lines
280 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._White.EntityJobInfo;
/// <summary>
/// This component allows you to see job icon from entity(char)
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class ShowJobInfoComponent : Component
{
}