add: EyeEnemy proper functionality
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user