added GetAzazel function

This commit is contained in:
Jadis
2022-09-11 00:37:12 +03:00
committed by GitHub
parent 97a04c606b
commit e4114d4575

View File

@@ -23,5 +23,10 @@
return ""; return "";
} }
} }
public static GameObject GetAzazel()
{
return GameObject.FindGameObjectWithTag("Azazel");
}
} }
} }