Added GameOver Scene

This commit is contained in:
2025-12-14 10:33:06 +08:00
parent 27ff62df14
commit ad3b8d7732
12 changed files with 264 additions and 30 deletions

View File

@@ -21,6 +21,7 @@ private:
// 如果操作执行成功就从
void markComponentAsUsed(int componentID);
GameState m_gameState = GameState::GAME_RUNING;
public:
GameSession();
@@ -55,4 +56,6 @@ public:
ActionType getCurrentActionType() const;
GameState getGameState() const;
};