1
0
forked from Rowland/EG
EG/Cesium-1.132/node_modules/protobufjs/google/protobuf/source_context.proto
2025-08-25 17:48:13 +08:00

8 lines
98 B
Protocol Buffer

syntax = "proto3";
package google.protobuf;
message SourceContext {
string file_name = 1;
}