8 lines
78 B
Protocol Buffer
8 lines
78 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
package import_root_sibling;
|
||
|
|
||
|
message SiblingMessage {
|
||
|
|
||
|
}
|