2023-08-07 13:30:21 +03:00
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
2024-01-28 18:37:24 +07:00
|
|
|
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>
|
2023-08-07 13:30:21 +03:00
|
|
|
[RegisterComponent, NetworkedComponent]
|
2023-05-05 11:00:15 +03:00
|
|
|
public sealed partial class ShowJobInfoComponent : Component
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|