sctangqiang
Results
1
issues of
sctangqiang
b.proto message Person { optional int32 age = 1; optional string name = 2; } a.proto import "b.proto"; message AAA { optional Person player = 1; } /////////////////////////////////////////////////////////////////////////// 如果用parser.register({"a.proto", "b.proto"},...