mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
Log number of cards revealed to other players. (#3555)
This commit is contained in:
parent
2bf444e4b7
commit
a719e3b306
3 changed files with 4 additions and 1 deletions
|
|
@ -11,4 +11,5 @@ message Event_RevealCards {
|
|||
optional sint32 other_player_id = 3 [default = -1];
|
||||
repeated ServerInfo_Card cards = 4;
|
||||
optional bool grant_write_access = 5;
|
||||
optional uint32 number_of_cards = 6;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue