mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
Corrected proto warnings
This commit is contained in:
parent
7453385903
commit
cfebd53d5d
145 changed files with 1063 additions and 918 deletions
|
|
@ -1,13 +1,14 @@
|
|||
syntax = "proto2";
|
||||
import "game_event.proto";
|
||||
import "serverinfo_card.proto";
|
||||
|
||||
message Event_RevealCards {
|
||||
extend GameEvent {
|
||||
optional Event_RevealCards ext = 2006;
|
||||
}
|
||||
optional string zone_name = 1;
|
||||
optional sint32 card_id = 2 [default = -1];
|
||||
optional sint32 other_player_id = 3 [default = -1];
|
||||
repeated ServerInfo_Card cards = 4;
|
||||
optional bool grant_write_access = 5;
|
||||
extend GameEvent {
|
||||
optional Event_RevealCards ext = 2006;
|
||||
}
|
||||
optional string zone_name = 1;
|
||||
optional sint32 card_id = 2 [default = -1];
|
||||
optional sint32 other_player_id = 3 [default = -1];
|
||||
repeated ServerInfo_Card cards = 4;
|
||||
optional bool grant_write_access = 5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue