Files
Cielonos/Assets/OtherPlugins/Feel/MMTools/Foundation/MMAnimation/MMRagdollerIgnore.cs
SoulliesOfficial ef7b479712 initial
2025-11-25 08:19:33 -05:00

15 lines
386 B
C#

using UnityEngine;
using System.Collections;
using System.Collections.Generic;
namespace MoreMountains.Tools
{
/// <summary>
/// Add this class to objects you'd like to be unaffected by the MMRagdoller (like weapons for example)
/// </summary>
[AddComponentMenu("More Mountains/Tools/Animation/MM Ragdoller Ignore")]
public class MMRagdollerIgnore : MonoBehaviour
{
}
}