mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
copy over comments
This commit is contained in:
parent
97b5e9d890
commit
ccca83a699
11 changed files with 203 additions and 0 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