using UnityEngine; public interface ISkillEffect { void Execute(SkillInstance skill, Transform caster, float chargeRatio); }