mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Update SAM gauge for meditation stacks
This commit is contained in:
parent
042320718b
commit
4319ac1e06
1 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ namespace Dalamud.Game.ClientState.Structs.JobGauge {
|
|||
public struct SAMGauge {
|
||||
|
||||
[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