Files
pgs/Assets/Plugins/MMFeedbacks/MMTools/Tools/Animation/MMRagdollerIgnore.cs
2026-02-21 16:58:22 -08:00

16 lines
406 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
{
}
}