mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 05:50:54 +01:00
9 lines
197 B
C#
9 lines
197 B
C#
namespace Content.Client.Power.Visualizers;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class CableVisualizerComponent : Component
|
|
{
|
|
[DataField("statePrefix")]
|
|
public string? StatePrefix;
|
|
}
|