SI_InteligentnyWozekWidlowy/PatchType.py

10 lines
119 B
Python
Raw Normal View History

import enum
class PatchType(enum.Enum):
dropOff = 1
pickUp = 2
2022-04-16 14:55:25 +02:00
item = 3
wall = 4
2022-04-28 14:03:53 +02:00
diffTerrain = 5