AI-Project/survival/components/camera_target_component.py
2021-03-28 18:05:52 +02:00

4 lines
90 B
Python

class CameraTargetComponent:
def __init__(self, target):
self.target = target