From 0935b33605fa6c374dff23002568bf8cd79a1c03 Mon Sep 17 00:00:00 2001 From: Kieran Kihn <114803508+kierankihn@users.noreply.github.com> Date: Mon, 17 Nov 2025 14:39:16 +0800 Subject: [PATCH] style(game): rename `Card` constructor parameter from `value` to `type` --- src/game/Card.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/Card.h b/src/game/Card.h index e85c457..0bc3406 100644 --- a/src/game/Card.h +++ b/src/game/Card.h @@ -55,7 +55,7 @@ namespace UNO::GAME { CardType type_; public: - Card(CardColor color, CardType value); + Card(CardColor color, CardType type); /** * @return 卡牌的颜色