Add coordination field in node class
This commit is contained in:
parent
cef686a74f
commit
cdcf5fb052
@ -110,6 +110,7 @@ class AutomaticMovement:
|
||||
|
||||
|
||||
class node:
|
||||
def __init__(self, parent, action):
|
||||
def __init__(self, parent, action, coords):
|
||||
self.coords = coords
|
||||
self.parent = parent
|
||||
self.action = action
|
||||
self.action = action
|
Loading…
Reference in New Issue
Block a user