aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Integration/ColorProfileResponse.proto
blob: 5e50c6b1636da337f4597d8abda0b17beef216db (plain)
1
2
3
4
5
6
7
8
9
syntax = "proto3";

package Tango.PMR.Integration;
option java_package = "com.twine.tango.pmr.integration";

message ColorProfileResponse
{
	bool Approved = 1;
}