diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-20 19:08:59 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-20 19:08:59 -0400 |
| commit | dd117b77aae1d8be7563b360d05b842a73b7dab2 (patch) | |
| tree | d8ca5ab0b6b6ca32df35558917ce69df3cd4f980 /Assets/Scripts/PlayerMovement.cs | |
| parent | 0382584a77aed5dc926909b7dad6159ae0757e38 (diff) | |
| download | Project-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.cs | 4 |
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
{
|
