mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 03:49:19 +01:00
Add DutyState to Self-Test
This commit is contained in:
parent
34466227ce
commit
f8919da11f
2 changed files with 53 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ internal class SelfTestWindow : Window
|
|||
new PartyFinderAgingStep(),
|
||||
new HandledExceptionAgingStep(),
|
||||
new LogoutEventAgingStep(),
|
||||
new DutyStateAgingStep(),
|
||||
};
|
||||
|
||||
private readonly List<(SelfTestStepResult Result, TimeSpan? Duration)> stepResults = new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue