mirror of
https://github.com/zhenyan121/SporeBG-Conid.git
synced 2026-04-10 06:14:08 +08:00
Render the Actiontype
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user