mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 05:10:54 +01:00
7 lines
109 B
C#
7 lines
109 B
C#
namespace Content.Shared.NodeContainer;
|
|
|
|
public abstract class SharedNodeContainerSystem : EntitySystem
|
|
{
|
|
|
|
}
|