AI-Project/survival/components/camera_target_component.py

4 lines
90 B
Python
Raw Normal View History

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