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