Files
crystall-punk-14/Content.Shared/NodeContainer/SharedNodeContainerSystem.cs

7 lines
109 B
C#
Raw Permalink Normal View History

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