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