//---------------------------------------------- // Realistic Car Controller // // Copyright © 2014 - 2023 BoneCracker Games // https://www.bonecrackergames.com // Buğra Özdoğanlar // //---------------------------------------------- using UnityEngine; using System.Collections; using System.Collections.Generic; /// /// RCC Camera will be parented to this gameobject when current camera mode is Wheel Camera. /// [AddComponentMenu("BoneCracker Games/Realistic Car Controller/Camera/RCC Wheel Camera")] public class RCC_WheelCamera : MonoBehaviour { }