summaryrefslogtreecommitdiff
path: root/Assets/Scripts/PlayerMovement.cs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-04-20 19:08:59 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-04-20 19:08:59 -0400
commitdd117b77aae1d8be7563b360d05b842a73b7dab2 (patch)
treed8ca5ab0b6b6ca32df35558917ce69df3cd4f980 /Assets/Scripts/PlayerMovement.cs
parent0382584a77aed5dc926909b7dad6159ae0757e38 (diff)
downloadProject-Sandbox-dd117b77aae1d8be7563b360d05b842a73b7dab2.tar.gz
Project-Sandbox-dd117b77aae1d8be7563b360d05b842a73b7dab2.tar.bz2
Project-Sandbox-dd117b77aae1d8be7563b360d05b842a73b7dab2.zip
Upgraded Unity
Diffstat (limited to 'Assets/Scripts/PlayerMovement.cs')
-rw-r--r--Assets/Scripts/PlayerMovement.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Assets/Scripts/PlayerMovement.cs b/Assets/Scripts/PlayerMovement.cs
index b0b6874..cf131be 100644
--- a/Assets/Scripts/PlayerMovement.cs
+++ b/Assets/Scripts/PlayerMovement.cs
@@ -1,6 +1,4 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
+using UnityEngine;
public class PlayerMovement : MonoBehaviour
{