mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-09-15 23:02:22 +02:00
7 lines
109 B
C#
7 lines
109 B
C#
namespace Content.Shared.NodeContainer;
|
|
|
|
public abstract class SharedNodeContainerSystem : EntitySystem
|
|
{
|
|
|
|
}
|