RDMGauge: add ManaStacks

This commit is contained in:
Raymond 2021-12-04 22:11:34 -05:00
parent 9b84c52401
commit 858bc40907

View file

@ -25,5 +25,10 @@ namespace Dalamud.Game.ClientState.JobGauge.Types
/// Gets the level of the Black gauge. /// Gets the level of the Black gauge.
/// </summary> /// </summary>
public byte BlackMana => this.Struct->BlackMana; public byte BlackMana => this.Struct->BlackMana;
/// <summary>
/// Gets the amount of mana stacks.
/// </summary>
public byte ManaStacks => this.Struct->ManaStacks;
} }
} }