dfhack/plugins/proto/AdventureControl.proto

11 lines
293 B
Protocol Buffer

package AdventureControl;
//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization
option optimize_for = LITE_RUNTIME;
import "RemoteFortressReader.proto";
message MoveCommandParams
{
optional RemoteFortressReader.Coord direction = 1;
}