using UnityEngine;
using System.Collections;

public class CameraSettings : MonoBehaviour
{
	public float cameraPitchMax = 45f;
	
	public float smoothing = 0f;

	// Use this for initialization
	void Start ()
	{
	
	}
	
	// Update is called once per frame
	void Update ()
	{
	
	}
}
