fish-station/Content.Shared/NodeContainer/SharedNodeContainerSystem.cs
metalgearsloth df2257cd92
Predict gasthermomachines (#33837)
* Predict gasthermomachines

* despawn

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

6 lines
109 B
C#

namespace Content.Shared.NodeContainer;
public abstract class SharedNodeContainerSystem : EntitySystem
{
}