MonsterBase 및 StateMachine 코드 정리

This commit is contained in:
Mingu Kim
2025-02-18 00:55:23 +09:00
parent f75712a330
commit 41234e3e97
9 changed files with 87 additions and 291 deletions

View File

@@ -1,18 +1,18 @@
[
{
"skillId": "001",
"skillName": "얼음 공격",
"skillId": 0,
"skillName": "IceBlast",
"damage": 50,
"cooldown": 5,
"range": 5,
"animationName": "IceBlast"
"prefabName": "IceBlastPrefab"
},
{
"skillId": "002",
"skillName": "화염구",
"skillId": 1,
"skillName": "SmallFire",
"damage": 50,
"cooldown": 5,
"range": 5,
"animationName": "SmallFire"
"prefabName": "smallFirePrefab"
}
]