Files
tbd-station-14/Content.Client/NodeContainer/NodeContainerSystem.cs
metalgearsloth df2257cd92 Predict gasthermomachines (#33837)
* Predict gasthermomachines

* despawn

* smellby
2025-05-13 21:49:43 +10:00

6 lines
147 B
C#

using Content.Shared.NodeContainer;
namespace Content.Client.NodeContainer;
public sealed class NodeContainerSystem : SharedNodeContainerSystem;