mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -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/response_replay_get_code.proto
Normal file
9
common/pb/response_replay_get_code.proto
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
syntax = "proto2";
|
||||
import "response.proto";
|
||||
|
||||
message Response_ReplayGetCode {
|
||||
extend Response {
|
||||
optional Response_ReplayGetCode ext = 1102;
|
||||
}
|
||||
optional string replay_code = 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue