From e4114d4575834d2376c59be09fd775ebcae591b2 Mon Sep 17 00:00:00 2001 From: Jadis <49281043+jadis0x@users.noreply.github.com> Date: Sun, 11 Sep 2022 00:37:12 +0300 Subject: [PATCH] added GetAzazel function --- DevourClient/Helpers/Map.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 +}