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

@ -99,7 +99,7 @@ namespace Dalamud.Game.Internal {
} catch (Exception ex) {
Log.Error(ex, "Exception while dispatching Framework::Update event.");
}
return this.updateHook.Original(framework);
}
}