fixed network manager prefab issue

This commit is contained in:
2025-01-22 21:33:47 +02:00
parent afab7d7810
commit 9f4da45c40
2 changed files with 8 additions and 12 deletions

View File

@@ -59,11 +59,7 @@ public class MenuTeleportButton : MonoBehaviour
}
}
public void SetStateDefault()
{
targetButton.interactable = false;
targetButton.interactable = true;
}
private void TeleportPlayer()