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