public class Skill_DashSlash : ProjectileBase { public override void Set(ProjectileData _data) { base.Set(_data); StartCoroutine(Co_Off(0.1f)); } }