디폴트 설정 데이터 추가
- 더미로 미리 추가
This commit is contained in:
32
GameData/.DefaultSettings_schema.json
Normal file
32
GameData/.DefaultSettings_schema.json
Normal file
@@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"name": "id",
|
||||
"type": "int",
|
||||
"condition": null,
|
||||
"description": "고유 ID"
|
||||
},
|
||||
{
|
||||
"name": "memo",
|
||||
"type": "string",
|
||||
"condition": null,
|
||||
"description": "기획 메모"
|
||||
},
|
||||
{
|
||||
"name": "scene",
|
||||
"type": "string",
|
||||
"condition": null,
|
||||
"description": "사용될 scene 입력 (유니티 파일명과 맞춰야 함)\\n • GameMain\\n • 빈 칸이면 모든 씬 허용"
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"type": "string",
|
||||
"condition": null,
|
||||
"description": "조회 키"
|
||||
},
|
||||
{
|
||||
"name": "value",
|
||||
"type": "string",
|
||||
"condition": null,
|
||||
"description": "값"
|
||||
}
|
||||
]
|
||||
2
GameData/DefaultSettings.csv
Normal file
2
GameData/DefaultSettings.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
id,memo,scene,key,value
|
||||
1,test,1,1,1
|
||||
|
Reference in New Issue
Block a user