This commit is contained in:
Gerard Gascón 2023-08-23 18:27:33 +02:00
parent 16507f4121
commit 436dd245aa
84 changed files with 79361 additions and 75 deletions

View file

@ -21,6 +21,7 @@ namespace Level12 {
if(!player) Destroy(other.gameObject);
_enemy.DoKill();
Destroy(gameObject);
}
}
}