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
{
string commands = 1;
bytes signature = 2;
}