7 lines
119 B
Python
7 lines
119 B
Python
class Statistics:
|
|
def __init__(self):
|
|
self.hp
|
|
self.hunger
|
|
self.thirst
|
|
self.stamina
|