wgl 6 сар өмнө
parent
commit
021ddbfceb

+ 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;