Serious-Engine/GameAgent/user.py

3 lines
66 B
Python
Raw Normal View History

2016-03-11 14:57:17 +01:00
class Player:
def __init__(self):
self.addr = ("0.0.0.0", 0)