summaryrefslogtreecommitdiff
path: root/GameCode/HandPos.cs
diff options
context:
space:
mode:
Diffstat (limited to 'GameCode/HandPos.cs')
-rw-r--r--GameCode/HandPos.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/GameCode/HandPos.cs b/GameCode/HandPos.cs
new file mode 100644
index 0000000..a0e6af6
--- /dev/null
+++ b/GameCode/HandPos.cs
@@ -0,0 +1,5 @@
+using UnityEngine;
+
+public class HandPos : MonoBehaviour
+{
+}