WGL 2 달 전
부모
커밋
b480145ee4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ActionTowerDefense/Assets/Scripts/Characters/HitFeedbackSystem.cs

+ 1 - 0
ActionTowerDefense/Assets/Scripts/Characters/HitFeedbackSystem.cs

@@ -27,6 +27,7 @@ public class HitFeedbackSystem : MonoBehaviour
     {
         character = GetComponentInParent<MoveCharacter>();
         attributeStatus = GetComponent<AttributeStatus>();
+        canBeFreeze = true;
     }
 
     void Start()