Commit 10e19b0afd8126926a1096d063d1296f994fef68
1 parent
4a820f89
物品和装备表中添加跳转关卡的配置字段
Showing
5 changed files
with
2 additions
and
0 deletions
Show diff stats
Datas/__enums__.xlsx
No preview for this file type
Datas/common/FUIPanel.xlsx
No preview for this file type
Datas/pro2d/EquipmentData.xlsx
No preview for this file type
Datas/pro2d/ItemData.xlsx
No preview for this file type
Defines/pro2d.xml
| ... | ... | @@ -291,6 +291,7 @@ |
| 291 | 291 | <var name="ImageName" type="string"/> |
| 292 | 292 | <var name="DetailText" type="string"/> |
| 293 | 293 | <var name="GetWay" type="string"/> |
| 294 | + <var name="GetWayLink" type="string"/> | |
| 294 | 295 | </bean> |
| 295 | 296 | |
| 296 | 297 | |
| ... | ... | @@ -350,6 +351,7 @@ |
| 350 | 351 | <var name="ImageName" type="string"/> |
| 351 | 352 | <var name="DetailText" type="string"/> |
| 352 | 353 | <var name="GetWay" type="string"/> |
| 354 | + <var name="GetWayLink" type="string"/> | |
| 353 | 355 | </bean> |
| 354 | 356 | |
| 355 | 357 | ... | ... |