Skip to content

Commit

Permalink
Update proto
Browse files Browse the repository at this point in the history
  • Loading branch information
riQQ committed Oct 10, 2023
1 parent 7451f2b commit fc89b78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions messages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1529,6 +1529,7 @@ message GREToClientMessage {
bool informationalUseOnly = 45;
AllowCancel allowCancel = 50;
bool allowUndo = 56;
bool allowPrediction = 60;
}

message GREToServerMessage {
Expand Down Expand Up @@ -2375,6 +2376,8 @@ message PredictionReq {

message PredictionResp {
repeated GameStateMessage gameStateMessages = 1;
repeated TriggeredAbility suppressedTriggeredAbilities = 2;
repeated GREToClientMessage greRequests = 3;
}

message Prompt {
Expand Down Expand Up @@ -3570,6 +3573,11 @@ message TreeOfCongress {
repeated uint32 systemSeatId = 1;
}

message TriggeredAbility {
uint32 abilityGrpId = 1;
uint32 sourceZcid = 2;
}

message TurnInfo {
Phase phase = 1;
Step step = 2;
Expand Down

0 comments on commit fc89b78

Please sign in to comment.