master #3

Open
cacahuetes wants to merge 640 commits from liza/Questionable:master into cacahuetes-ShB-Healer
Showing only changes of commit 272050d11b - Show all commits

View File

@ -45,6 +45,8 @@ internal sealed class DebugOverlay : Window
Size = ImGui.GetIO().DisplaySize;
SizeCondition = ImGuiCond.Always;
IsOpen = true;
ShowCloseButton = false;
RespectCloseHotkey = false;
}
public ElementId? HighlightedQuest { get; set; }