Ejemplo n.º 1
0
 protected override void DoApply(Characters.Character source, ActionProduct action, Characters.Character target)
 {
     target.StartCoroutine(Knockback(source, action, target));
 }