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