mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
commit
2c0c67fca1
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ namespace Dalamud.Game.ClientState.Structs.JobGauge {
|
||||||
public struct BRDGauge {
|
public struct BRDGauge {
|
||||||
[FieldOffset(0)] public short SongTimer;
|
[FieldOffset(0)] public short SongTimer;
|
||||||
[FieldOffset(2)] public byte NumSongStacks;
|
[FieldOffset(2)] public byte NumSongStacks;
|
||||||
|
[FieldOffset(3)] public byte SoulVoiceValue;
|
||||||
[FieldOffset(4)] public CurrentSong ActiveSong;
|
[FieldOffset(4)] public CurrentSong ActiveSong;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue