Commit 80d96ef397c471ca687f0fd67f415834b262f2fc

Authored by yangjiyue
1 parent a11fd197

增加商品购买弹窗

Datas/__enums__.xlsx
No preview for this file type
Datas/common/FUIPanel.xlsx
No preview for this file type
Datas/pro2d/GoodsDatas.xlsx
No preview for this file type
Defines/pro2d.xml
... ... @@ -200,7 +200,8 @@
200 200 <var name="GoodsName" type="string"/>
201 201 <var name="GoodsDescription" type="string"/>
202 202 <var name="GoodsItems" type="string"/>
203   - <var name="GoodsCurrency" type="int"/>
  203 + <var name="GoodsStar" type="int"/>
  204 + <var name="GoodsCurrency" type="int"/>
204 205 <var name="GoodsBuyPrice" type="int"/>
205 206 <var name="GoodsSellPrice" type="int"/>
206 207 <var name="GoodsBuyLimit" type="int"/>
... ...