GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
78ea894cb36c9a61af16aaea1c7700563fa60de0
Authored by
loujiachen
2022-05-10 17:23:30 +0800
1 parent
aac4a985
去掉空格 转协议号格式
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models.proto
Inline
Side-by-side
models.proto
Wrap text
Show/Hide comments
View file @
78ea894
...
...
@@ -70,5 +70,5 @@ message Role {
70
70
uint32 jewelrylimit = 19;
71
71
uint32 materiallimit = 20;
72
72
73
- map<int32,
int32> pass_chapters = 21; // 通关记录
73
+ map<int32,
int32> pass_chapters = 21; // 通关记录
74
74
}
...
...