10 lines
106 B
Protocol Buffer
10 lines
106 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package Proto.RCon;
|
|
|
|
message Command
|
|
{
|
|
bytes commands = 1;
|
|
bytes signature = 2;
|
|
}
|