mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Update BRDGauge.cs
Added Soul Voice value offset.
This commit is contained in:
parent
6fa5c48fb0
commit
7264478428
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ namespace Dalamud.Game.ClientState.Structs.JobGauge {
|
|||
public struct BRDGauge {
|
||||
[FieldOffset(0)] public short SongTimer;
|
||||
[FieldOffset(2)] public byte NumSongStacks;
|
||||
[FieldOffset(3)] public byte SoulVoiceValue;
|
||||
[FieldOffset(4)] public CurrentSong ActiveSong;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue