issues
search
PaulQbFeng
/
too-tanky
3
stars
0
forks
source link
Replace stats dict as Stats
#20
Closed
PaulQbFeng
closed
1 year ago
PaulQbFeng
commented
1 year ago
Create class Stats that is initialized from a dict.
Can perform
stat1 + stat2
stat1 - stat2
stat.print_stats()
stat.get(attribute, default)
Create class Stats that is initialized from a dict.
Can perform