Created a separate FSM for the DND functionality that compiles but need to wire it in to work.

This commit is contained in:
Zed A. Shaw 2025-06-13 00:57:45 -04:00
parent 1ab708c4eb
commit 82ee8f68f7
7 changed files with 221 additions and 139 deletions

View file

@ -95,6 +95,7 @@ sources = [
'gui/boss_fight_ui.cpp',
'gui/combat_ui.cpp',
'gui/debug_ui.cpp',
'gui/dnd_loot.cpp',
'gui/event_router.cpp',
'gui/fsm.cpp',
'gui/guecstra.cpp',