WGL 2 달 전
부모
커밋
4b041eae43
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      ActionTowerDefense/Assets/Scripts/Characters/AttackTrigger.cs

+ 0 - 9
ActionTowerDefense/Assets/Scripts/Characters/AttackTrigger.cs

@@ -78,21 +78,12 @@ public class AttackTrigger : MonoBehaviour
         if (isShoot)
         {
             CharacterColliders cc = GetComponentInParent<CharacterColliders>();
-            if (owner.CompareTag("Demonic"))
-            {
-                Debug.Log(111);
-            }
             switch (attackInfo.attackMethod_Type)
             {
                 case AttackMethod_Type.Attack_Summon:
                     cc.Attack_summonShootEvent(0);
                     break;
                 case AttackMethod_Type.Attack_March:
-                    if (owner.CompareTag("Demonic"))
-                    {
-                        Debug.Log(2222);
-                    }
-                    
                     cc.Attack_marchShootEvent(0);
                     break;
             }