mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #47 from attickdoor/master
Update SAM gauge for meditation stacks
This commit is contained in:
commit
021e59bf13
1 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ namespace Dalamud.Game.ClientState.Structs.JobGauge {
|
||||||
public struct SAMGauge {
|
public struct SAMGauge {
|
||||||
|
|
||||||
[FieldOffset(3)] public byte Kenki;
|
[FieldOffset(3)] public byte Kenki;
|
||||||
[FieldOffset(4)] public Sen Sen;
|
[FieldOffset(4)] public byte MeditationStacks;
|
||||||
|
[FieldOffset(5)] public Sen Sen;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue