Skip to content
Snippets Groups Projects

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

Merged GIRAULT COLIN requested to merge colin.girault-main-patch-22090 into main
Compare and
1 file
+ 12
2
Preferences
Compare changes
using System.Collections;
using System.Collections;
using UnityEngine;
using Mapbox.Unity.Map;
using Mapbox.Examples;
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 GameObject[] waypoints;
@@ -82,4 +92,4 @@ public class GameManager : MonoBehaviour
canvas.GetComponentInChildren<Transform>().gameObject.SetActive(false);
locked = true;
}
}
\ No newline at end of file
}