데이터파이프라인 타워 부분 개선

This commit is contained in:
2026-02-01 11:31:50 +09:00
parent 9d870625ce
commit fe046611b0
43 changed files with 2181 additions and 45 deletions

View File

@@ -35,6 +35,12 @@
"condition": null,
"description": "Y 그리드 차지 공간"
},
{
"name": "size_z",
"type": "int",
"condition": null,
"description": "Z 차지 공간"
},
{
"name": "max_hp",
"type": "int",
@@ -60,9 +66,9 @@
"description": "공격 주기"
},
{
"name": "prefab_path",
"name": "model_path",
"type": "string",
"condition": null,
"description": "프리팹/리소스 경로"
"description": "모델 경로"
}
]