diff options
Diffstat (limited to 'ActiveRagdoll/Assets/Scripts/BodyParts/IBodyPart.cs')
-rw-r--r-- | ActiveRagdoll/Assets/Scripts/BodyParts/IBodyPart.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ActiveRagdoll/Assets/Scripts/BodyParts/IBodyPart.cs b/ActiveRagdoll/Assets/Scripts/BodyParts/IBodyPart.cs new file mode 100644 index 0000000..2208869 --- /dev/null +++ b/ActiveRagdoll/Assets/Scripts/BodyParts/IBodyPart.cs @@ -0,0 +1,6 @@ +using UnityEngine; + +// +public class BodyPart : MonoBehaviour +{ +}
\ No newline at end of file |