Files
tbd-station-14/Content.Server/Power/Components/CableVisComponent.cs
Leon Friedrich 888a3bda51 Atmos device performance improvements (#26493)
* Atmos device performance improvements

* AtmosDirection perf improvements

* Fix errors

* Add GasTileOverlayComponent arguments

* Make excite no longer invalidate a tile
2024-03-30 15:17:53 +11:00

11 lines
262 B
C#

namespace Content.Server.Power.Components
{
[RegisterComponent]
public sealed partial class CableVisComponent : Component
{
[ViewVariables(VVAccess.ReadWrite)]
[DataField("node", required:true)]
public string Node;
}
}