New start event type to mark a certain game start as "rejoin" (in order to show a special dialog).
This commit is contained in:
@@ -435,9 +435,19 @@ RejectInvNotifyMessage ::= [APPLICATION 19] SEQUENCE {
|
||||
|
||||
StartEventMessage ::= [APPLICATION 20] SEQUENCE {
|
||||
gameId NonZeroId,
|
||||
startEventType CHOICE {
|
||||
startEvent [0] StartEvent,
|
||||
rejoinEvent [1] RejoinEvent
|
||||
}
|
||||
}
|
||||
|
||||
StartEvent ::= SEQUENCE {
|
||||
fillWithComputerPlayers BOOLEAN
|
||||
}
|
||||
|
||||
RejoinEvent ::= SEQUENCE {
|
||||
}
|
||||
|
||||
StartEventAckMessage ::= [APPLICATION 21] SEQUENCE {
|
||||
gameId NonZeroId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user