Files

13 lines
280 B
C#
Raw Permalink Normal View History

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