using gaemstone.ECS; namespace gaemstone.Flecs; [Module, Path("/flecs/pipeline")] public static class Pipeline { [Entity] public struct Phase { } }