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
785fb34a291593c5be6830660f1d227d66d4d615
Authored by
zhangqijia
2023-01-29 16:30:28 +0800
1 parent
d2ddf9ae
feat: 增加等级-体力最大值映射关系表
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
models.proto
Inline
Side-by-side
models.proto
Wrap text
Show/Hide comments
View file @
785fb34
...
...
@@ -110,7 +110,6 @@ message Role {
110
110
int32 diamond = 7;
111
111
112
112
int32 sp = 8;
113
- int32 sp_max = 9;
114
113
bool del = 10;
115
114
int64 sp_lastupdate = 11;
116
115
map<string,uint32> incres = 12;
...
...