public override IEnumerator CardUsed(PlayerController pc) { pc.UsedSkillCard(); yield return(original.CardUsed(pc)); }