Keep adding irrelevant stuff
This commit is contained in:
@@ -8,16 +8,7 @@ service AudioBackend {
|
||||
rpc InitConnection(google.protobuf.Empty) returns (google.protobuf.Empty);
|
||||
}
|
||||
|
||||
message Shirt {
|
||||
// Label sizes
|
||||
enum Size {
|
||||
SMALL = 0;
|
||||
MEDIUM = 1;
|
||||
LARGE = 2;
|
||||
}
|
||||
|
||||
// The base color
|
||||
string color = 1;
|
||||
// The size as stated on the label
|
||||
Size size = 2;
|
||||
message Shirt {
|
||||
google.protobuf.Empty dummy = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user