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