mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 21:44:21 +00:00
12 lines
No EOL
152 B
Python
12 lines
No EOL
152 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
class Player:
|
|
telegramid = int()
|
|
username = str()
|
|
role = int()
|
|
|
|
|
|
class Game:
|
|
chat = int()
|
|
players = list() |