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
d66b24f26ac22646c747250d07cec65fe44a8e65
Authored by
zhangqijia
2023-07-11 11:13:27 +0800
1 parent
06112b53
add: 战斗关卡id的字段
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
models.proto
Inline
Side-by-side
models.proto
Wrap text
Show/Hide comments
View file @
d66b24f
...
...
@@ -143,6 +143,7 @@ message Role {
143
143
int32 lucky_seek = 33; // lucky black cat seek
144
144
bool del = 34;
145
145
int32 copies_num = 35;
146
+ int32 battle_carbon = 36;
146
147
}
147
148
148
149
message Activity {
...
...