Files
BABA_YAGA/Assets/Opsive/UltimateCharacterController/Scripts/Items/ItemPlacement.cs
2026-06-14 23:57:44 +07:00

17 lines
469 B
C#

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