Commit c02d28b4c36c3be7df302a15a53cdaece16aa9fe
1 parent
1cdbe886
add.添加每日派遣计数
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
models.proto
... | ... | @@ -151,6 +151,7 @@ message Role { |
151 | 151 | int32 cur_climb_carbon_id = 37; //爬塔关卡id |
152 | 152 | map<uint32,uint32> equip_pos_level = 38; //装备栏强化等级 |
153 | 153 | map<int32,ChapterInfo> chapter_star_info = 39; // 通关记录 map[chapter_id]{star} |
154 | + uint32 daily_dispatch_count = 40; //每日当前派遣次数 | |
154 | 155 | } |
155 | 156 | |
156 | 157 | message ChapterInfo { | ... | ... |