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