2022-05-16 14:41:23 +10:00
|
|
|
namespace Content.Client.Power.Visualizers;
|
|
|
|
|
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class CableVisualizerComponent : Component
|
2022-05-16 14:41:23 +10:00
|
|
|
{
|
|
|
|
|
[DataField("statePrefix")]
|
|
|
|
|
public string? StatePrefix;
|
|
|
|
|
}
|