Rename coords field to state
This commit is contained in:
parent
5af76a1b16
commit
b296fbe492
@ -118,7 +118,7 @@ class AutomaticMovement:
|
||||
|
||||
|
||||
class node:
|
||||
def __init__(self, parent, action, coords):
|
||||
self.coords = coords
|
||||
def __init__(self, parent, action, state):
|
||||
self.state = state
|
||||
self.parent = parent
|
||||
self.action = action
|
Loading…
Reference in New Issue
Block a user