Finished job gauge structs. Added a few gauge-related enums. Finished adding default icon replacers.

This commit is contained in:
attick 2019-10-24 01:43:22 -04:00
parent dc960c5f6f
commit 3776edb5b4
22 changed files with 480 additions and 103 deletions

View file

@ -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;
}
}
}