mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-12-01 03:24:28 +01: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