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

public class CameraSubstitute : MonoBehaviour
{
    [Range(0, 180)]
    public float fieldOfView = 60f;
}
