몬스터 스포너 테스트코드 구현

1. 몬스터 상태 Hit, Death 추가
2. 몬스터 스킬 정리
This commit is contained in:
Mingu Kim
2025-02-20 05:21:58 +09:00
parent 5f7428db4c
commit a27bb7d6d1
14 changed files with 926 additions and 709 deletions

View File

@@ -5,7 +5,7 @@
"damage": 50,
"cooldown": 5,
"range": 5,
"prefabName": "IceBlastPrefab"
"prefabName": "IceBlast"
},
{
"skillId": 1,
@@ -13,6 +13,6 @@
"damage": 50,
"cooldown": 5,
"range": 5,
"prefabName": "smallFirePrefab"
"prefabName": "smallFire"
}
]