This commit is contained in:
2022-05-09 22:43:31 +07:00
parent 2b7f81fa6e
commit 11090096fc
11 changed files with 1060 additions and 1231 deletions

View File

@ -18,6 +18,7 @@ public class Target : MonoBehaviour
void Die()
{
Destroy(gameObject);
gameObject.SetActive(false);
}
}