Fix: The name 'GameObject' does not exist in the current context

This commit is contained in:
Jadis
2022-09-11 00:47:36 +03:00
committed by GitHub
parent 5a5d05eac6
commit 837dccc822

View File

@@ -24,9 +24,9 @@
} }
} }
public static GameObject GetAzazel() public static UnityEngine.GameObject GetAzazel()
{ {
return GameObject.FindGameObjectWithTag("Azazel"); return UnityEngine.GameObject.FindGameObjectWithTag("Azazel");
} }
} }
} }