5 lines
76 B
Protocol Buffer
5 lines
76 B
Protocol Buffer
package proto.test;
|
|
|
|
message ImportedMessage {
|
|
optional int32 a = 26;
|
|
}
|