Inteligentna_smieciarka/state.py
Maksymilian Mikołajczak 674393a4d9 added priority for blocks
2023-05-03 12:07:13 +02:00

8 lines
259 B
Python

class State:
def __init__(self, parent, action, xpos, ypos, orientation):
self.parent = parent
self.xpos = xpos
self.ypos = ypos
self.orientation = orientation
self.action = action
# self.priority = priority