/// --------------------------------------------- /// Ultimate Character Controller /// Copyright (c) Opsive. All Rights Reserved. /// https://www.opsive.com /// --------------------------------------------- namespace Opsive.UltimateCharacterController.Items { using UnityEngine; /// /// Identifier class used to determine where the item GameObjects are located. /// public class ItemPlacement : MonoBehaviour { } }