mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-13 22:42:08 +00:00
feat: promote accepted proposals from API
This commit is contained in:
@@ -34,11 +34,15 @@ const (
|
||||
type ProposalParticipant struct {
|
||||
PlayerID string
|
||||
Response Response
|
||||
Team int
|
||||
Slot int
|
||||
}
|
||||
|
||||
type Proposal struct {
|
||||
ProposalID string
|
||||
Playlist Playlist
|
||||
Region string
|
||||
Protocol int
|
||||
Participants []ProposalParticipant
|
||||
State State
|
||||
Revision uint64
|
||||
|
||||
Reference in New Issue
Block a user