AI-Project/survival/components/collision_component.py

4 lines
63 B
Python
Raw Normal View History

2021-03-28 18:05:52 +02:00
class CollisionComponent:
def __init__(self):
pass