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