copy over comments

This commit is contained in:
RickyRister 2025-09-21 15:34:49 -07:00
parent 97b5e9d890
commit ccca83a699
11 changed files with 203 additions and 0 deletions

View file

@ -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;