summaryrefslogtreecommitdiff
path: root/include/toBeSorted
diff options
context:
space:
mode:
authorelijah-thomas774 <elijahthomas774@gmail.com>2025-11-28 04:55:01 -0500
committerelijah-thomas774 <elijahthomas774@gmail.com>2025-11-28 04:55:01 -0500
commit184ca8a623c14afe31e134dd8e26eb64f7499569 (patch)
tree57bd06f8d8a87b6b631ffca0b7608a217eb92b42 /include/toBeSorted
parentb568957bb4e7fec942f2b8e2882c488fae6ae6f4 (diff)
d_t_sword_battle_game Linked
Diffstat (limited to 'include/toBeSorted')
-rw-r--r--include/toBeSorted/minigame_mgr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/toBeSorted/minigame_mgr.h b/include/toBeSorted/minigame_mgr.h
index 779e50c0..10bb4be3 100644
--- a/include/toBeSorted/minigame_mgr.h
+++ b/include/toBeSorted/minigame_mgr.h
@@ -28,6 +28,13 @@ public:
static void destroy();
static void execute();
+ static MinigameManager *GetInstance() {
+ return sInstance;
+ }
+ static bool checkInBossRush() {
+ return isInMinigameState(BOSS_RUSH);
+ }
+
private:
MinigameManager() {}
virtual ~MinigameManager() {}