void Update() { _movable.Move(Vector2.down); }
void Update() { var direction = new Vector2(_joystik.Horizontal, 0); _movable.Move(direction); }