Exemplo n.º 1
0
	public override void ApplyEffect (IAttacker attacker, Controllable victim) {
		victim.StartCoroutine(pushback(attacker, victim));
	}