wgl 6 月之前
父节点
当前提交
021ddbfceb
共有 1 个文件被更改,包括 0 次插入2 次删除
  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;