2026-04-09 스킬시스템 수정사항

This commit is contained in:
2026-04-09 18:01:46 +09:00
parent 68af2d0534
commit 03aebd641f
4 changed files with 10 additions and 9 deletions

View File

@@ -55,7 +55,8 @@ public class SkillData : ScriptableObject
public string AnimTrigger;
[Header("이펙트")]
public GameObject EffectPrefab;
public GameObject AttackEffectPrefab;
public GameObject CastEffectPrefab;
[Header("범위 지정 (Remote용)")]
public GameObject AreaIndicatorPrefab;