add: EyeEnemy proper functionality

This commit is contained in:
KOSMOGOR
2025-04-25 14:47:48 +03:00
parent dc6707f2a9
commit 1b106e4e18
12 changed files with 249 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ using UnityEngine.SceneManagement;
public class DeployController : MonoBehaviour
{
public void Start() {
GameController.SetCursorState(true);
GameController.SetCursorState(false);
}
public void Deploy(string sceneName) {