public override void ClearItem() { if (pointSystem != null) { pointSystem.AddPoint(); } tileSlot.ObtainNewTileItem(); Destroy(this.gameObject); }