You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
384 B
C#
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
|
|
{
|
|
|
|
}
|
|
} |