giantsd/giants/gameobject.py

6 lines
70 B
Python
Raw Normal View History

2019-03-13 01:37:49 +01:00
from giants.entity import Entity
class GameObject(Entity):
pass