refactor(game): renamed handCard_ to handCard in Player

This commit is contained in:
Kieran Kihn
2025-11-16 20:21:35 +08:00
parent c8c779d711
commit e2a27e4417
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ namespace UNO::GAME {
std::string name_;
public:
HandCard *handCard_;
HandCard *handCard;
explicit Player(std::string &name);