5 lines
96 B
Python
5 lines
96 B
Python
class MovementComponent:
|
|
def __init__(self):
|
|
self.speed = 30
|
|
self.timer = 0
|