iw4x-client/src/Proto/rcon.proto

10 lines
105 B
Protocol Buffer
Raw Normal View History

2016-02-17 16:21:42 -05:00
syntax = "proto3";
package Proto.RCon;
message Command
{
2022-10-20 10:06:29 -04:00
bytes command = 1;
2016-02-17 16:21:42 -05:00
bytes signature = 2;
}