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