1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00
royalnet/mifia.py

12 lines
152 B
Python
Raw Normal View History

2016-04-01 15:39:38 +00:00
# -*- coding: utf-8 -*-
class Player:
2016-04-01 15:47:20 +00:00
telegramid = int()
username = str()
role = int()
2016-04-01 15:39:38 +00:00
2016-04-01 15:47:20 +00:00
class Game:
chat = int()
players = list()