mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 13:27:43 +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
|
|
@ -15,7 +15,7 @@ namespace Dalamud.Game.ClientState
|
|||
protected override void Setup64Bit(SigScanner sig) {
|
||||
ActorTable = sig.Module.BaseAddress + 0x1B29B40;
|
||||
LocalContentId = sig.Module.BaseAddress + 0x1B58B60;
|
||||
JobGaugeData = sig.Module.BaseAddress + 0x1B2D4B4;
|
||||
JobGaugeData = sig.Module.BaseAddress + 0x1B2D4C0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue