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