summaryrefslogtreecommitdiffhomepage
path: root/Stats.cpp
blob: dd2e581b37f8e442fc02c4273b209609a33e390d (plain)
1
2
3
4
5
6
7
8
#include "Stats.h"


Stats::Stats() :
    lifes {3},
    points {0}
{
}