Files
wnmj/CocosFile/Games/cocosstudio/common/gamelist/GameConfig.json
2026-02-13 14:34:15 +08:00

32 lines
587 B
JSON

[
{
"name": "炸金花",
"kind" : 6,
"active": false,
"addtolist": true,
"comment" : "暂未开放"
},
{
"name": "斗地主",
"kind" : 200,
"active": false,
"addtolist": true,
"comment" : "暂未开放"
},
{
"name": "南京麻将",
"kind" : 301,
"active": true,
"addtolist": true,
"player": 4,
"comment" : "注释"
},
{
"name": "南昌麻将",
"kind" : 557,
"active": true,
"addtolist": true,
"player": 4,
"comment" : "注释"
}
]