using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class ThirdPersonCameraLook : MonoBehaviour {
	public bool useWorldUpDirection = true;
	public float positionBobWeight = 1f;
}
