When a match is over, this dialog should pop up with the gained money and experience for each of the players. For simplicity, no order is implemented, the only requirement is that winners and losers show up in two different columns.
- Add an extra mode in RoomView for when this window is displayed
- Auto click on OK (only button) after a short delay closes the window and transitions back to the lobby
- The PlayerResults struct should be used here.
When a match is over, this dialog should pop up with the gained money and experience for each of the players. For simplicity, no order is implemented, the only requirement is that winners and losers show up in two different columns.