Update BRDGauge.cs

Added Soul Voice value offset.
This commit is contained in:
KHShadowrunner 2020-04-22 12:23:26 -04:00
parent 6fa5c48fb0
commit 7264478428

View file

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