mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 00:14:00 +00:00
fix(multiplayer): align proposal participant contract
This commit is contained in:
@@ -32,10 +32,10 @@ const (
|
||||
)
|
||||
|
||||
type ProposalParticipant struct {
|
||||
PlayerID string
|
||||
Response Response
|
||||
Team int
|
||||
Slot int
|
||||
PlayerID string `json:"player_id"`
|
||||
Response Response `json:"response"`
|
||||
Team int `json:"team"`
|
||||
Slot int `json:"slot"`
|
||||
}
|
||||
|
||||
type Proposal struct {
|
||||
|
||||
Reference in New Issue
Block a user