몬스터 스킬 Json 파일 및 로드 코드 복구

This commit is contained in:
Mingu Kim
2025-06-01 19:06:36 +09:00
parent 40bc5ef0f3
commit 8d940a0892
4 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[
{
"skillId": 0,
"skillName": null,
"damage": 0,
"cooldown": 0,
"range": 0
},
{
"skillId": 1,
"skillName": "DragonBreath",
"damage": 1.5,
"cooldown": 10,
"range": 0
}
]