...
This commit is contained in:
@ -18,6 +18,7 @@ public class Target : MonoBehaviour
|
||||
void Die()
|
||||
{
|
||||
Destroy(gameObject);
|
||||
gameObject.SetActive(false);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user