Render the Actiontype

This commit is contained in:
2025-12-13 18:35:49 +08:00
parent 4a71e4f742
commit 034c1a858e
5 changed files with 42 additions and 5 deletions

View File

@@ -198,4 +198,8 @@ int GameSession::getOldComponentID(int row, int col) {
const Board* GameSession::getBoard() const {
return m_board.get();
}
ActionType GameSession::getCurrentActionType() const {
return m_currentActionType;
}