summaryrefslogtreecommitdiff
path: root/_ActiveRagdoll/BodyParts/Torso.cs
blob: 3cf28dfe769f71b914bd9f75d473028bd7876ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using UnityEngine;

public class Torso : MonoBehaviour
{
	private void Start()
	{
	}

	private void Update()
	{
	}
}