/// --------------------------------------------- /// Ultimate Character Controller /// Copyright (c) Opsive. All Rights Reserved. /// https://www.opsive.com /// --------------------------------------------- namespace Opsive.UltimateCharacterController.Character.Identifiers { using UnityEngine; /// /// Component which specifies that an object should not fade. /// public class IgnoreFadeIdentifier : MonoBehaviour { } }