6
StarHorizon_Public/Content.Shared/Glue/SharedGlueSystem.cs
2026-01-13 18:31:02 +02:00

6 lines
90 B
C#

namespace Content.Shared.Glue;
public abstract class SharedGlueSystem : EntitySystem
{
}