mirror of
https://github.com/kierankihn/uno-game.git
synced 2025-12-27 02:13:18 +08:00
style(game): rename Card constructor parameter from value to type
This commit is contained in:
@@ -55,7 +55,7 @@ namespace UNO::GAME {
|
||||
CardType type_;
|
||||
|
||||
public:
|
||||
Card(CardColor color, CardType value);
|
||||
Card(CardColor color, CardType type);
|
||||
|
||||
/**
|
||||
* @return 卡牌的颜色
|
||||
|
||||
Reference in New Issue
Block a user