diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-19 17:55:24 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-19 17:55:24 -0400 |
| commit | 4653555cdef5a61817e35002fc371c0ca9830d45 (patch) | |
| tree | 8dc50e2f51aa2088411170727c23b35689330410 /Assets/Scripts/MouseLook.cs | |
| parent | c55fba8ab2a1c9d3df65eda4a5a1e957f4aa1f78 (diff) | |
| download | Project-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.cs | 16 |
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()
+ {
+
+ }
+}
|
