Fix: CurrentState Now Correctly Initialises 'round' Field

This commit is contained in:
GabrieleRadice
2026-03-28 18:28:51 +01:00
parent cee93038cc
commit d0c8108fbc
2 changed files with 4 additions and 4 deletions
@@ -71,7 +71,7 @@ public class CurrentState {
this.player = null;
this.slot = null;
this.Era = 1;
this.round = 0;
this.round = 1;
this.NUpper = 0;
this.NLower = 0;
this.GameStage = GameStages.WAITING;