mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 23:07:43 +01:00
Fix Enochian, prep for 5.1 changes.
This commit is contained in:
parent
09c5f0841d
commit
58b5401e90
5 changed files with 37 additions and 26 deletions
|
|
@ -12,6 +12,10 @@ namespace Dalamud.Game.ClientState.Structs.JobGauge {
|
|||
[FieldOffset(0)] public byte GLTimer;
|
||||
[FieldOffset(2)] public byte NumGLStacks;
|
||||
[FieldOffset(3)] public byte NumChakra;
|
||||
[FieldOffset(4)] public bool IsGLTimerFrozen;
|
||||
[FieldOffset(4)] private byte GLTimerFreezeState;
|
||||
|
||||
public bool IsGLTimerFroze() {
|
||||
return GLTimerFreezeState > 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue