6 lines
97 B
Protocol Buffer
6 lines
97 B
Protocol Buffer
import 'alltypes.proto';
|
|
|
|
extend AllTypes {
|
|
optional int32 AllTypes_extensionfield1 = 255;
|
|
}
|