Files

10 lines
136 B
C#

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