diff --git a/T3-Unity/Assets/Scripts/GameManager.cs b/T3-Unity/Assets/Scripts/GameManager.cs index 7599bf0a308a47ef86103275475a9f2645fbeddc..910fadd95ec8abcb12d7c36fddb4dd2b929f9891 100644 --- a/T3-Unity/Assets/Scripts/GameManager.cs +++ b/T3-Unity/Assets/Scripts/GameManager.cs @@ -1,9 +1,5 @@ -<<<<<<< HEAD -using System.Collections; -======= using System.Collections; using System.Collections.Generic; ->>>>>>> 7889a14421855517f354bdb859a5d0b1a8a79734 using UnityEngine; using Mapbox.Unity.Map; using Mapbox.Examples; @@ -97,4 +93,4 @@ public class GameManager : MonoBehaviour canvas.GetComponentInChildren<Transform>().gameObject.SetActive(false); locked = true; } -} \ No newline at end of file +}