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:
|
||||
def __init__(self, iid, iusername, irole):
|
||||
self.id = iid
|
||||
self.username = iusername
|
||||
self.role = irole
|
||||
telegramid = int()
|
||||
username = str()
|
||||
role = int()
|
||||
|
||||
|
||||
class Game:
|
||||
chat = int()
|
||||
players = list()
|
Loading…
Reference in a new issue