/// --------------------------------------------- /// Ultimate Character Controller /// Copyright (c) Opsive. All Rights Reserved. /// https://www.opsive.com /// --------------------------------------------- namespace Opsive.UltimateCharacterController.Character.Identifiers { using UnityEngine; /// /// An identifier component used to specify where the character colliders are located. /// public class CharacterColliderBaseIdentifier : MonoBehaviour { } }