@@ -0,0 +1,12 @@
#ifndef SKILL_H
#define SKILL_H
#include <string>
struct Skill {
std::string name;
int value;
};
#endif // SKILL_H
The note is not visible to the blocked user.