mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
fix: nin gauge missing kazematoi (#1904)
Added Kazematoi to nin gauge from structs Co-authored-by: KazWolfe <KazWolfe@users.noreply.github.com>
This commit is contained in:
parent
d44baa1f49
commit
2335c498c5
1 changed files with 5 additions and 0 deletions
|
|
@ -18,4 +18,9 @@ public unsafe class NINGauge : JobGaugeBase<FFXIVClientStructs.FFXIV.Client.Game
|
|||
/// 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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue