namespace MoonTools.ECS.Rev2.Compatibility; public class Renderer : EntityComponentReader { public Renderer(World world) : base(world) { } }