1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/mifia.py

10 lines
170 B
Python
Raw Normal View History

2016-04-01 15:39:38 +00:00
# -*- coding: utf-8 -*-
class Player:
def __init__(self, iid, iusername, irole):
self.id = iid
self.username = iusername
self.role = irole