IndieGame/client/Assets/StreamingAssets/Tables/tbpropitem.json

20 lines
310 B
JSON
Raw Normal View History

2024-10-11 10:12:15 +08:00
[
{
"Id": 1,
"Name": "金币",
"Type": 1,
"Description": "这是纯金的哦",
"Icon": "",
"Quality": 1,
"Occupy": false
},
{
"Id": 2,
"Name": "钻石",
"Type": 1,
"Description": "贼贵的钻石哦",
"Icon": "",
"Quality": 1,
"Occupy": false
}
]