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