mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
Sort pb cmake and add comments to proto files (#6163)
* sort cmake * copy over comments * clean up comments
This commit is contained in:
parent
f0c3860032
commit
3501ee9a9d
12 changed files with 219 additions and 13 deletions
|
|
@ -1,4 +1,6 @@
|
|||
syntax = "proto2";
|
||||
|
||||
// Sent immediately after a command with the same cmd_id, connecting it to the command sent to the server
|
||||
message Response {
|
||||
enum ResponseCode {
|
||||
RespNotConnected = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue