mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Aggiunta una classe gioco
This commit is contained in:
parent
22ab2363f5
commit
56f020af3a
1 changed files with 7 additions and 4 deletions
11
mifia.py
11
mifia.py
|
@ -2,8 +2,11 @@
|
||||||
|
|
||||||
|
|
||||||
class Player:
|
class Player:
|
||||||
def __init__(self, iid, iusername, irole):
|
telegramid = int()
|
||||||
self.id = iid
|
username = str()
|
||||||
self.username = iusername
|
role = int()
|
||||||
self.role = irole
|
|
||||||
|
|
||||||
|
|
||||||
|
class Game:
|
||||||
|
chat = int()
|
||||||
|
players = list()
|
Loading…
Reference in a new issue