iw4x-client/src/Proto/rcon.proto
2022-10-20 16:06:29 +02:00

10 lines
105 B
Protocol Buffer

syntax = "proto3";
package Proto.RCon;
message Command
{
bytes command = 1;
bytes signature = 2;
}