giants-stupid-server/giants/entity.py

7 lines
114 B
Python
Raw Normal View History

2019-01-22 01:30:42 +01:00
class Entity:
def __init__(self):
self.x = 0
self.y = 0
self.z = 0
self.o = 0