Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: add debug information.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Jan 23, 2023
1 parent 424fc1d commit 0812c97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RotationSolver/Windows/RotationConfigWindow_Debug.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using ImGuiNET;
using Lumina.Excel.GeneratedSheets;
using RotationSolver.Actions.BaseAction;
using RotationSolver.Commands;
using RotationSolver.Data;
using RotationSolver.Helpers;
using RotationSolver.SigReplacers;
Expand Down Expand Up @@ -62,6 +63,8 @@ private unsafe void DrawDebugTab()

if (ImGui.CollapsingHeader("Next Action"))
{
ImGui.Text(RSCommands.SpecialType.ToString());

ActionUpdater.NextAction?.Display(false);
ImGui.Text("Ability Remain: " + ActionUpdater.AbilityRemain.ToString());
ImGui.Text("Ability Count: " + ActionUpdater.AbilityRemainCount.ToString());
Expand Down

0 comments on commit 0812c97

Please sign in to comment.