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