Commit 103d373c authored by jak.moore's avatar jak.moore

Minor changes

parent 9e46c457
...@@ -5,8 +5,8 @@ public class Node { ...@@ -5,8 +5,8 @@ public class Node {
// Constructor for class // Constructor for class
public Node(Actions actionTaken, GameState gs) { public Node(Actions actionTaken, GameState gs) {
this.gs = gs;
this.gs = gs;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment