AI-Project/survival/components/moving_component.py

5 lines
111 B
Python
Raw Normal View History

2021-03-28 18:05:52 +02:00
class MovingComponent:
def __init__(self):
self.target = None
self.direction_vector = None