몬스터 스포너 테스트코드 구현
1. 몬스터 상태 Hit, Death 추가 2. 몬스터 스킬 정리
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user