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