feat(backend): implement changing card deck

This commit is contained in:
2025-03-28 00:03:18 +01:00
parent 7bbe33725f
commit 4104b01978
3 changed files with 52 additions and 1 deletions

View File

@ -47,6 +47,9 @@ type S2C_PlayedCardUpdate struct {
Card Card
}
type C2S_SetCardDeck struct {
CardDeckId int
}
type C2S_UpdatePlayer struct {
PlayerId bson.ObjectID
Username *string