fix warnings

This commit is contained in:
goat 2024-07-23 19:46:02 +02:00
parent f0ef73f96b
commit 4d0ab8e254
3 changed files with 2 additions and 3 deletions

View file

@ -20,7 +20,7 @@ public unsafe class NINGauge : JobGaugeBase<FFXIVClientStructs.FFXIV.Client.Game
public byte Ninki => this.Struct->Ninki;
/// <summary>
/// Gets the current charges for Kazematoi
/// Gets the current charges for Kazematoi.
/// </summary>
public byte Kazematoi => this.Struct->Kazematoi;
}