Removed old debug.log
This commit is contained in:
parent
678eb955c7
commit
4c1ad8e585
|
@ -30,7 +30,7 @@ public class EnemyAnimationHandler : MonoBehaviour
|
||||||
IEnumerator AnimationDie()
|
IEnumerator AnimationDie()
|
||||||
{
|
{
|
||||||
Strangle();
|
Strangle();
|
||||||
Debug.Log("Strangle");
|
//Debug.Log("Strangle");
|
||||||
yield return new WaitForSecondsRealtime(0.1f);
|
yield return new WaitForSecondsRealtime(0.1f);
|
||||||
Die();
|
Die();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue