5 lines
69 B
Protocol Buffer
5 lines
69 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message EchoShellInfo {
|
|
uint32 shell_id = 1;
|
|
}
|