wgl 6 months ago
parent
commit
021ddbfceb
1 changed files with 0 additions and 2 deletions
  1. 0 2
      ActionTowerDefense/Assets/Scripts/Characters/HitFeedbackSystem.cs

+ 0 - 2
ActionTowerDefense/Assets/Scripts/Characters/HitFeedbackSystem.cs

@@ -47,8 +47,6 @@ public class HitFeedbackSystem : MonoBehaviour
                     character.rb.velocity = velocity;
                     character.state = curCharacterState;
                 }
-                Debug.Log(attackInfoData.damage);
-                Debug.Log(attackInfoData.blowUp.time);
                 attributeStatus.AddSpecialState(attackInfoData, attackFromData);
             }
             freezeFrame -= 1;