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

Creata classe giocatore

This commit is contained in:
Steffo 2016-04-01 17:39:38 +02:00
parent 6fb9c78c7f
commit 22ab2363f5

9
mifia.py Normal file
View file

@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
class Player:
def __init__(self, iid, iusername, irole):
self.id = iid
self.username = iusername
self.role = irole