Fix: CurrentState's Constructor Now Correctly Public

This commit is contained in:
GabrieleRadice
2026-03-22 18:26:50 +01:00
parent 47faa24561
commit a5b20c9c1a
@@ -48,7 +48,7 @@ public class CurrentState {
// End setters
// Constructors
private CurrentState(){
public CurrentState(){
this.player = null;
this.slot = null;
this.NUpper = 0;