diff --git a/DevourClient/Helpers/Map.cs b/DevourClient/Helpers/Map.cs index 56582ee..3385e55 100644 --- a/DevourClient/Helpers/Map.cs +++ b/DevourClient/Helpers/Map.cs @@ -24,9 +24,9 @@ } } - public static GameObject GetAzazel() + public static UnityEngine.GameObject GetAzazel() { - return GameObject.FindGameObjectWithTag("Azazel"); + return UnityEngine.GameObject.FindGameObjectWithTag("Azazel"); } } }