forked from hipstercat/giantsd
6 lines
70 B
Python
6 lines
70 B
Python
from giants.entity import Entity
|
|
|
|
|
|
class GameObject(Entity):
|
|
pass
|