New config system, config flags for combos, commands for combos

This commit is contained in:
goat 2019-10-18 23:50:02 +09:00
parent 1bd4eed72c
commit 16a5788695
9 changed files with 572 additions and 257 deletions

View file

@ -56,7 +56,7 @@ namespace Dalamud.Game.Internal {
Network = new GameNetwork(dalamud, scanner);
Resource = new ResourceManager(dalamud, scanner);
//Resource = new ResourceManager(dalamud, scanner);
}
private void HookVTable() {