Files
BABA_YAGA/Assets/Opsive/UltimateCharacterController/Scripts/Objects/ItemAssist/RecoilObject.cs

17 lines
490 B
C#
Raw Normal View History

2026-06-14 23:57:44 +07:00
/// ---------------------------------------------
/// 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
{
}
}