blob: d3ec6f556e723b69cae17ed6f909c50a10621917 (
plain)
1
2
3
4
5
6
7
8
9
|
syntax = "proto3";
package Tango.PMR.Debugging;
option java_package = "com.twine.tango.pmr.debugging";
message SetupDebugDisributorsRequest
{
repeated bool DistributorActive = 1;
}
|