I got an error trying to use Clone.
GameState currentState = node.State.Clone();
Isn't it ok to just have...?
GameState currentState = node.State;
Or does that just make a reference?
↧