Ejemplo n.º 1
0
 public void Pushback(Vector2 force)
 {
     controller.Pushback(force);
     StartCoroutine(PushBackRoutine());
 }