A message that allows for control of the server functions. More...
A message that allows for control of the server functions.
import "header.proto";
message ServerControl
{
optional string save_world_name = 1;
optional string save_filename = 2;
optional string open_filename = 3;
}
///
1.7.5.1