blob: 4ff68e73ca827afc0d7e6572f76cf4594f295812 (
plain)
1
2
3
4
5
6
7
8
9
10
|
syntax = "proto3";
import "DebugLogCategory.proto";
package Tango.PMR.Debugging;
option java_package = "com.twine.tango.pmr.debugging";
message SetupDebugDisributorsResponse
{
}
|