summaryrefslogtreecommitdiff
path: root/KneeRight.cs
diff options
context:
space:
mode:
Diffstat (limited to 'KneeRight.cs')
-rw-r--r--KneeRight.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/KneeRight.cs b/KneeRight.cs
new file mode 100644
index 0000000..302a4ed
--- /dev/null
+++ b/KneeRight.cs
@@ -0,0 +1,12 @@
+using UnityEngine;
+
+public class KneeRight : MonoBehaviour
+{
+ private void Start()
+ {
+ }
+
+ private void Update()
+ {
+ }
+}