Example #1
0
 protected void AddSpeed(float speed)
 {
     Force.AddForce(gameObject.transform.TransformDirection(Vector2.right) * speed);
 }