Files
Continentis/Assets/OtherPlugins/Feel/MMTools/Foundation/MMAnimation/MMRagdollerIgnore.cs

15 lines
386 B
C#
Raw Normal View History

2025-10-03 00:02:43 -04:00
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
{
}
}