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()