using UnityEngine; public class SharkSpark : MonoBehaviour { public void DestroySpark() { Destroy(gameObject); } }