Files
Voile/DaggerFramework/Source/UI/PanelStyle.cs
2023-09-25 22:18:23 +02:00

6 lines
106 B
C#

namespace DaggerFramework.UI;
public struct PanelStyle
{
public Color BackgroundColor { get; set; }
}