iw4x-client/src/Proto/rcon.proto

10 lines
106 B
Protocol Buffer
Raw Normal View History

2016-02-17 16:21:42 -05:00
syntax = "proto3";
package Proto.RCon;
message Command
{
2016-02-17 16:40:02 -05:00
bytes commands = 1;
2016-02-17 16:21:42 -05:00
bytes signature = 2;
}