Kieran Kihn 016e87288d refactor(network): replace 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`.
2025-12-02 12:06:21 +08:00
2025-11-14 17:43:58 +08:00
2025-11-14 17:43:58 +08:00
Description
No description provided
Readme MIT 326 KiB
Languages
C++ 84.2%
Slint 14.8%
CMake 1%