Add: CurrentStateTest.java; FIx: Added round Init In CurrentState's Constructor

This commit is contained in:
GabrieleRadice
2026-03-27 19:08:56 +01:00
parent 197713800e
commit 535f8d73ff
2 changed files with 144 additions and 0 deletions
@@ -66,10 +66,12 @@ public class CurrentState {
// endregion setters
// region Constructors
// TODO controllare valori di NUpper, NLower, Round
public CurrentState(){
this.player = null;
this.slot = null;
this.Era = 1;
this.round = 0;
this.NUpper = 0;
this.NLower = 0;
this.GameStage = GameStages.WAITING;