перенос общих файлов из папки White в _White
This commit is contained in:
12
Content.Shared/_White/EntityJobInfo/ShowJobInfoComponent.cs
Normal file
12
Content.Shared/_White/EntityJobInfo/ShowJobInfoComponent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user