This commit is contained in:
NBTEMP\bib
2026-08-20 10:43:33 +02:00
8 changed files with 114 additions and 11 deletions
+1 -1
View File
@@ -27,9 +27,9 @@ public class ARBullet : MonoBehaviour
if (enemy != null)
{
enemy.TakeDamage(damage);
Destroy(gameObject);
}
Destroy(gameObject);
}
else if(collision.gameObject.tag == "Wall")
{