Fix: The name 'GameObject' does not exist in the current context
This commit is contained in:
@@ -24,9 +24,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static GameObject GetAzazel()
|
public static UnityEngine.GameObject GetAzazel()
|
||||||
{
|
{
|
||||||
return GameObject.FindGameObjectWithTag("Azazel");
|
return UnityEngine.GameObject.FindGameObjectWithTag("Azazel");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user