Merge pull request #91 from KHShadowrunner/master

Update BRDGauge.cs
This commit is contained in:
goaaats 2020-04-22 18:41:24 +02:00 committed by GitHub
commit 2c0c67fca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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