summaryrefslogtreecommitdiff
path: root/Assets/Scripts/MouseLook.cs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-04-19 17:55:24 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-04-19 17:55:24 -0400
commit4653555cdef5a61817e35002fc371c0ca9830d45 (patch)
tree8dc50e2f51aa2088411170727c23b35689330410 /Assets/Scripts/MouseLook.cs
parentc55fba8ab2a1c9d3df65eda4a5a1e957f4aa1f78 (diff)
downloadProject-Sandbox-4653555cdef5a61817e35002fc371c0ca9830d45.tar.gz
Project-Sandbox-4653555cdef5a61817e35002fc371c0ca9830d45.tar.bz2
Project-Sandbox-4653555cdef5a61817e35002fc371c0ca9830d45.zip
Basic stuff
Diffstat (limited to 'Assets/Scripts/MouseLook.cs')
-rw-r--r--Assets/Scripts/MouseLook.cs16
1 files changed, 16 insertions, 0 deletions
diff --git a/Assets/Scripts/MouseLook.cs b/Assets/Scripts/MouseLook.cs
new file mode 100644
index 0000000..7f14427
--- /dev/null
+++ b/Assets/Scripts/MouseLook.cs
@@ -0,0 +1,16 @@
+using UnityEngine;
+
+public class MouseLook : MonoBehaviour
+{
+ // Start is called before the first frame update
+ void Start()
+ {
+
+ }
+
+ // Update is called once per frame
+ void Update()
+ {
+
+ }
+}