giantsd/giants/projectile.py

7 lines
112 B
Python
Raw Permalink Normal View History

2019-03-13 01:37:49 +01:00
from giants.entity import Entity
class Projectile(Entity):
def __init__(self):
super().__init__()