using System.Collections; using System.Collections.Generic; using UnityEngine; namespace MuHua { public abstract class EffectsLaunch : MonoBehaviour { } }