using UnityEngine; public class KneeRight : MonoBehaviour { private void Start() { } private void Update() { } }