Skip to content

Commit

Permalink
fix: nin gauge missing kazematoi (#1904)
Browse files Browse the repository at this point in the history
Added Kazematoi to nin gauge from structs

Co-authored-by: KazWolfe <[email protected]>
  • Loading branch information
Tykku and KazWolfe committed Jul 21, 2024
1 parent d44baa1 commit 2335c49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dalamud/Game/ClientState/JobGauge/Types/NINGauge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ internal NINGauge(IntPtr address)
/// Gets the amount of Ninki available.
/// </summary>
public byte Ninki => this.Struct->Ninki;

/// <summary>
/// Gets the current charges for Kazematoi
/// </summary>
public byte Kazematoi => this.Struct->Kazematoi;
}

0 comments on commit 2335c49

Please sign in to comment.