wgl 6 hónapja
szülő
commit
eaa3625047

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