fix: using coroutine's cache for GetAzazel

This commit is contained in:
ALittlePatate
2022-09-11 09:13:14 +02:00
parent d6c66dcc6f
commit 5736ade142

View File

@@ -26,7 +26,7 @@
public static UnityEngine.GameObject GetAzazel()
{
return UnityEngine.GameObject.FindGameObjectWithTag("Azazel");
return Helpers.Entities.Azazels[0].gameObject;
}
}
}