HAARFTE/Assets/DemoGame/GameRes/Config/JSON/tbplayer.json

20 lines
290 B
JSON
Raw Normal View History

2024-10-24 16:16:57 +08:00
[
{
"id": 10000,
"name": "小明",
"desc": "这是小明啊",
"price": 100
},
{
"id": 10001,
"name": "小兰",
"desc": "这是小兰啊",
"price": 100
},
{
"id": 10002,
"name": "小花",
"desc": "这是小花啊",
"price": 100
}
]