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;
}

View file

@ -6,6 +6,7 @@ namespace Dalamud.Game.Gui.NamePlate;
/// A part builder for constructing and setting quoted nameplate fields (i.e. free company tag and title).
/// </summary>
/// <param name="field">The field type which should be set.</param>
/// <param name="isFreeCompany">Whether or not this is a Free Company part.</param>
/// <remarks>
/// This class works as a lazy writer initialized with empty parts, where an empty part signifies no change should be
/// performed. Only after all handler processing is complete does it write out any parts which were set to the

View file

@ -311,8 +311,6 @@ internal unsafe class UiDebug
}
}
private void PrintComponentNode(AtkResNode* node, string treePrefix)
{
var compNode = (AtkComponentNode*)node;