Fix: CurrentState's Constructor Now Correctly Public
This commit is contained in:
@@ -48,7 +48,7 @@ public class CurrentState {
|
|||||||
// End setters
|
// End setters
|
||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
private CurrentState(){
|
public CurrentState(){
|
||||||
this.player = null;
|
this.player = null;
|
||||||
this.slot = null;
|
this.slot = null;
|
||||||
this.NUpper = 0;
|
this.NUpper = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user