using UnityEngine; using System.Collections; public class ExplodeFire : MonoBehaviour { public GameObject youGuan; // Use this for initialization void Start () { } // Update is called once per frame void Update () { } }