protected override void Destroy() { transform.Translate(new Vector3(0, 1, 0)); LootManager.CreateLoot(transform, 10.0f); Destroy(gameObject); }