mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 06:52:15 -07:00
new protos
This commit is contained in:
parent
f31d30bf84
commit
a1076f9859
6 changed files with 33 additions and 0 deletions
9
common/pb/command_replay_get_code.proto
Normal file
9
common/pb/command_replay_get_code.proto
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
syntax = "proto2";
|
||||
import "session_commands.proto";
|
||||
|
||||
message Command_ReplayGetCode {
|
||||
extend SessionCommand {
|
||||
optional Command_ReplayGetCode ext = 1104;
|
||||
}
|
||||
optional sint32 game_id = 1 [default = -1];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue