using UnityEngine; using System.Collections; public class EffectOption : MonoBehaviour { public bool forceGround; public bool hideOnUltraSkill; }