|
|
@ -4,9 +4,15 @@ package DwarfControl;
|
|
|
|
//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization
|
|
|
|
//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization
|
|
|
|
option optimize_for = LITE_RUNTIME;
|
|
|
|
option optimize_for = LITE_RUNTIME;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Plugin: RemoteFortressReader
|
|
|
|
|
|
|
|
|
|
|
|
import "ui_sidebar_mode.proto";
|
|
|
|
import "ui_sidebar_mode.proto";
|
|
|
|
import "RemoteFortressReader.proto";
|
|
|
|
import "RemoteFortressReader.proto";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// RPC GetSideMenu : EmptyMessage -> SidebarState
|
|
|
|
|
|
|
|
// RPC GetSideMenu : SidebarCommand -> EmptyMessage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enum BuildCategory
|
|
|
|
enum BuildCategory
|
|
|
|
{
|
|
|
|
{
|
|
|
|
NotCategory = 0;
|
|
|
|
NotCategory = 0;
|
|
|
|