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