public override void Dropped() { // Skrillex would love this line base.Dropped(); if (nearSlot != null && nearSlot.ValidEntry(transform)) { Destroy(gameObject); Destroy(nearSlot.gameObject); ((ShapeSlot)TrialHandler.CurrentTrial).SlotFilled(); } }