summaryrefslogtreecommitdiff
path: root/KneeRight.cs
blob: 302a4ed859c85565b38aeabc98f2fde64f9d8d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using UnityEngine;

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

	private void Update()
	{
	}
}