6 lines
106 B
Protocol Buffer
6 lines
106 B
Protocol Buffer
syntax = "proto3";
|
||
|
||
// 通用占位符文件,避免import错误
|
||
message Placeholder {
|
||
int32 id = 1;
|
||
} |