delete debug print

This commit is contained in:
dart 2022-04-03 15:10:54 +03:00
parent f28a56cc9e
commit fa6e9241ac

View File

@ -24,10 +24,8 @@ void Update()
void OnTriggerEnter2D(Collider2D col)
{
Debug.Log("PIZDAAAAAA");
if (col.gameObject.CompareTag("Mob"))
{
Debug.Log("PIZDAAAAAA");
col.gameObject.GetComponent<Mob>().SendMessage("ApplyDamage", damage);
}
}