Add: CurrentStateTest.java; FIx: Added round Init In CurrentState's Constructor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user