@@ -0,0 +1,15 @@
#pragma once
#include <string>
class Player {
public:
std::string name;
int hp;
int atk;
int gold;
Player(std::string _name);
void showStats();
};
The note is not visible to the blocked user.