Files
OldThink/Content.Server/_White/Holo/HoloComponent.cs

9 lines
199 B
C#

namespace Content.Server._White.Holo;
[RegisterComponent]
public sealed partial class HoloComponent : Component
{
[ViewVariables(VVAccess.ReadWrite), DataField]
public EntityUid? Sign;
}