qstbak/LLib/LLib.ImGui/WindowConfig.cs
2025-10-09 07:47:19 +10:00

10 lines
166 B
C#

namespace LLib.ImGui;
public class WindowConfig
{
public bool IsPinned { get; set; }
public bool IsClickthrough { get; set; }
public int? Alpha { get; set; }
}