mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
RDMGauge: add ManaStacks
This commit is contained in:
parent
9b84c52401
commit
858bc40907
1 changed files with 5 additions and 0 deletions
|
|
@ -25,5 +25,10 @@ namespace Dalamud.Game.ClientState.JobGauge.Types
|
|||
/// Gets the level of the Black gauge.
|
||||
/// </summary>
|
||||
public byte BlackMana => this.Struct->BlackMana;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the amount of mana stacks.
|
||||
/// </summary>
|
||||
public byte ManaStacks => this.Struct->ManaStacks;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue