Files
BABA_YAGA/Assets/Third Parties/Opsive/UltimateCharacterController/Scripts/Objects/ItemAssist/RecoilObject.cs
2026-06-09 09:18:17 +07:00

17 lines
490 B
C#

/// ---------------------------------------------
/// Ultimate Character Controller
/// Copyright (c) Opsive. All Rights Reserved.
/// https://www.opsive.com
/// ---------------------------------------------
namespace Opsive.UltimateCharacterController.Objects.ItemAssist
{
using UnityEngine;
/// <summary>
/// Specifies that the attached object should cause recoil when hit with a MeleeWeapon.
/// </summary>
public class RecoilObject : MonoBehaviour
{
}
}