giantsd/giants/entity.py

7 lines
114 B
Python

class Entity:
def __init__(self):
self.x = 0
self.y = 0
self.z = 0
self.o = 0