geboshi_V1/LeatherProject/GeBoShi/bin/Debug/ConfigFiles/material.json

20 lines
271 B
JSON
Raw Normal View History

2024-05-21 14:22:10 +08:00
[
{
"id": 0,
"code": "rm",
"name": "绒面",
"color": "Red"
},
{
"id": 1,
"code": "frm",
"name": "非绒面",
"color": "Lime"
},
{
"id": 2,
"code": "gh",
"name": "光滑",
"color": "Black"
}
]