diff --git a/DevourClient/Helpers/Map.cs b/DevourClient/Helpers/Map.cs index efccc1f..56582ee 100644 --- a/DevourClient/Helpers/Map.cs +++ b/DevourClient/Helpers/Map.cs @@ -23,5 +23,10 @@ return ""; } } + + public static GameObject GetAzazel() + { + return GameObject.FindGameObjectWithTag("Azazel"); + } } -} \ No newline at end of file +}