mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-05 19:18:39 +02:00
feat(backend): implement changing card deck
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user