Commit fc51ced5a56fbd9d6b1e80a66c88d0b8173364a0
1 parent
1459769f
feat: 好感度任务系统
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models.proto
| ... | ... | @@ -155,7 +155,7 @@ message Task { |
| 155 | 155 | |
| 156 | 156 | map<int32,string> specify_task = 6; |
| 157 | 157 | map<int32,int32> achievement_task = 7; |
| 158 | - map<int32,int32> favorability_task = 8; | |
| 158 | + map<int32,int32> favorability_task = 8; // id=process | |
| 159 | 159 | } |
| 160 | 160 | |
| 161 | 161 | message Dispatch { | ... | ... |