/// --------------------------------------------- /// Ultimate Character Controller /// Copyright (c) Opsive. All Rights Reserved. /// https://www.opsive.com /// --------------------------------------------- namespace Opsive.UltimateCharacterController.FirstPersonController.Character.Identifiers { using UnityEngine; /// /// Identifier component which specifies the first person pivot object. /// public class FirstPersonObjectPivot : MonoBehaviour { } }