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

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

parent 00e8b30b
Branches
Tags
1 merge request!36Update T3-Unity/Assets/Scripts/GameManager.cs
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
}
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