Added caboPlayerIndex in Round-Class

This commit is contained in:
Felix Kirchner
2025-05-03 13:44:44 +02:00
parent 12dfa821ea
commit 96c5df0bcc
3 changed files with 36 additions and 21 deletions

View File

@@ -53,6 +53,8 @@ class _RoundViewState extends State<RoundView> {
_scoreControllerList[i].text =
gameSession.roundList[widget.roundNumber - 1].scores[i].toString();
}
_caboPlayerIndex =
gameSession.roundList[widget.roundNumber - 1].caboPlayerIndex;
_kamikazePlayerIndex =
gameSession.roundList[widget.roundNumber - 1].kamikazePlayerIndex;
}