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