From d50e6ec7c1df25c75e89570ef86f4c502d3ac7f4 Mon Sep 17 00:00:00 2001
From: GIRAULT COLIN <colin.girault@etu.unistra.fr>
Date: Wed, 15 Dec 2021 15:40:27 +0000
Subject: [PATCH] Update T3-Unity/Assets/Scripts/GameManager.cs

---
 T3-Unity/Assets/Scripts/GameManager.cs | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/T3-Unity/Assets/Scripts/GameManager.cs b/T3-Unity/Assets/Scripts/GameManager.cs
index 543ca47..54d4ca5 100644
--- a/T3-Unity/Assets/Scripts/GameManager.cs
+++ b/T3-Unity/Assets/Scripts/GameManager.cs
@@ -1,9 +1,19 @@
-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
+}
-- 
GitLab