ServerControl Interface Reference

A message that allows for control of the server functions. More...


Detailed Description

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;
}

/// 

The documentation for this interface was generated from the following file: