//Differentiate between destroyed from despawning and clicking //Will count up the "missed" property in the GameEvents Script void Despawn() { gameevents.AddMissed(); Destroy(gameObject); }