Files
ichni_Official/Assets/Feel/MMTools/Foundation/MMAnimation/MMRagdollerIgnore.cs
SoulliesOfficial d4e860fa16 initial
2025-06-03 02:42:28 -04:00

15 lines
384 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/MMRagdollerIgnore")]
public class MMRagdollerIgnore : MonoBehaviour
{
}
}