using Raylib_cs; using Scellecs.Morpeh; public struct ColorComponent : IComponent { public Color Color { get; set; } }