UI WIP
This commit is contained in:
6
DaggerFramework/Source/UI/PanelStyle.cs
Normal file
6
DaggerFramework/Source/UI/PanelStyle.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace DaggerFramework.UI;
|
||||
|
||||
public struct PanelStyle
|
||||
{
|
||||
public Color BackgroundColor { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user