mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-22 15:57:44 +01:00
Finished job gauge structs. Added a few gauge-related enums. Finished adding default icon replacers.
This commit is contained in:
parent
dc960c5f6f
commit
3776edb5b4
22 changed files with 480 additions and 103 deletions
|
|
@ -9,5 +9,9 @@ namespace Dalamud.Game.ClientState.Structs.JobGauge {
|
|||
|
||||
[StructLayout(LayoutKind.Explicit)]
|
||||
public struct MNKGauge {
|
||||
[FieldOffset(0)] public byte GLTimer;
|
||||
[FieldOffset(2)] public byte NumGLStacks;
|
||||
[FieldOffset(3)] public byte NumChakra;
|
||||
[FieldOffset(4)] public bool IsGLTimerFrozen;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue