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
|
|
|
{
|
2025-04-16 21:26:25 +01:00
|
|
|
[DataField]
|
2022-05-16 14:41:23 +10:00
|
|
|
public string? StatePrefix;
|
2025-04-16 21:26:25 +01:00
|
|
|
|
|
|
|
|
[DataField]
|
|
|
|
|
public string? ExtraLayerPrefix;
|
2022-05-16 14:41:23 +10:00
|
|
|
}
|