mirror of
https://github.com/kierankihn/uno-game.git
synced 2026-02-10 01:38:46 +01:00
016e87288dbe6ee75556efcf5c0543ce459b2e7a
HandCard with std::multiset<Card> in InitGamePayload
- Updated `InitGamePayload` to use `std::multiset<Card>` for `handCard`. - Removed `serializeHandCard` method and replaced its usage with `serializeCards`. - Adjusted `deserializeHandCard` to return `std::multiset<Card>` and simplified insertion logic. - Cleaned up unused declarations in `MessageSerializer`.
The file is empty.
Languages
C++
83.4%
Slint
15.2%
CMake
1.4%