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
35e8d323cf91e57a593dd2754e3104d614fe0355
Authored by
zhangqijia
2023-06-01 14:05:47 +0800
1 parent
5eb9ca90
feat: add diamond_buy
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 @
35e8d32
...
...
@@ -140,6 +140,7 @@ message Role {
140
140
141
141
map<int32,bool> talent_tree = 32;
142
142
int32 lucky_seek = 33; // lucky black cat seek
143
+ int32 diamond_buy = 34;
143
144
}
144
145
145
146
message Activity {
...
...