Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipagaxi committed Mar 10, 2024
1 parent fa2ad60 commit ddc4166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/Activities/FightActivity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ void FightActivity::runPlayersTurn(GameState &gameState) {
}

void FightActivity::runDefeat(GameState &gameState) {

//Here comes the Defeat
}

void FightActivity::runVictory(GameState &gameState) {

//Here comes the Vidtory
}

void FightActivity::runFight(GameState &gameState) {
Expand Down

0 comments on commit ddc4166

Please sign in to comment.