Serious-Engine/GameAgent/user.py
2016-03-11 15:57:17 +02:00

3 lines
66 B
Python

class Player:
def __init__(self):
self.addr = ("0.0.0.0", 0)