mirror of
https://github.com/kierankihn/uno-game.git
synced 2025-12-27 02:13:18 +08:00
refactor(network): change DrawCardPayload::drawCount to size_t
This commit is contained in:
@@ -25,7 +25,7 @@ namespace UNO::NETWORK {
|
||||
struct StartGamePayload {};
|
||||
|
||||
struct DrawCardPayload {
|
||||
int drawCount;
|
||||
size_t drawCount;
|
||||
std::vector<GAME::Card> cards;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user