4 lines
90 B
Python
4 lines
90 B
Python
class CameraTargetComponent:
|
|
def __init__(self, target):
|
|
self.target = target
|