Add a single bool dfproto message, to pausing and checking pause state

develop
Japa Illo 2016-11-06 10:08:28 +05:30
parent 939b177673
commit 99051f176b
1 changed files with 5 additions and 0 deletions

@ -750,3 +750,8 @@ message DigCommand
optional TileDigDesignation designation = 1; optional TileDigDesignation designation = 1;
repeated Coord locations = 2; repeated Coord locations = 2;
} }
message SingleBool
{
optional bool Value = 1;
}