From ac5d2f813801933f7044c0fcfd15a6d79df78958 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 31 May 2019 19:38:47 -0400 Subject: Camera is now working --- Assets/Scripts/Player/PlayerMovement.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Assets/Scripts') diff --git a/Assets/Scripts/Player/PlayerMovement.cs b/Assets/Scripts/Player/PlayerMovement.cs index f82a325..aa6dd13 100644 --- a/Assets/Scripts/Player/PlayerMovement.cs +++ b/Assets/Scripts/Player/PlayerMovement.cs @@ -17,8 +17,6 @@ * along with this program. If not, see . * *********************************************************************************/ -using System.Collections; -using System.Collections.Generic; using UnityEngine; using UnityEngine.AI; -- cgit v1.2.3