Skip to content
Snippets Groups Projects
Commit 00df6909 authored by GIRAULT COLIN's avatar GIRAULT COLIN
Browse files

Merge branch 'colin.girault-main-patch-22090' into 'main'

Update T3-Unity/Assets/Scripts/GameManager.cs

See merge request !36
parents 00e8b30b d50e6ec7
1 merge request!36Update T3-Unity/Assets/Scripts/GameManager.cs
using System.Collections; using System.Collections;
using UnityEngine; using UnityEngine;
using Mapbox.Unity.Map; using Mapbox.Unity.Map;
using Mapbox.Examples; using Mapbox.Examples;
using System; using System;
/// <include>
/// System.Collections;
/// UnityEngine;
/// Mapbox.Unity.Map;
/// Mapbox.Examples;
/// System;
/// </include>
/// <summary>
/// Met en commun différents scripts afin de controller les waypoints, les routes et l'IA
/// </summary>
public class GameManager : MonoBehaviour public class GameManager : MonoBehaviour
{ {
public GameObject[] waypoints; public GameObject[] waypoints;
...@@ -82,4 +92,4 @@ public class GameManager : MonoBehaviour ...@@ -82,4 +92,4 @@ public class GameManager : MonoBehaviour
canvas.GetComponentInChildren<Transform>().gameObject.SetActive(false); canvas.GetComponentInChildren<Transform>().gameObject.SetActive(false);
locked = true; locked = true;
} }
} }
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment