Simulator first commit
This commit is contained in:
11
node_modules/protobufjs/tests/dupimport/main.proto
generated
vendored
Normal file
11
node_modules/protobufjs/tests/dupimport/main.proto
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
package main;
|
||||
|
||||
import "dep1.proto";
|
||||
import "dep2.proto";
|
||||
import "common.proto";
|
||||
|
||||
message MainMessage {
|
||||
optional main.Dep1 test1 = 1;
|
||||
optional main.Dep2 test2 = 2;
|
||||
optional main.Common test3 = 3;
|
||||
}
|
Reference in New Issue
Block a user