wgl пре 6 месеци
родитељ
комит
eaa3625047
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ActionTowerDefense/Assets/Scripts/Characters/HitFeedbackSystem.cs

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

@@ -13,7 +13,7 @@ public class HitFeedbackSystem : MonoBehaviour
     public bool isFreeze;
     private RigidbodyConstraints origRC;
 
-    public int hitStunTime;
+    public float hitStunTime;
 
 
     private void Awake()