fixed network manager prefab issue
This commit is contained in:
@@ -59,11 +59,7 @@ public class MenuTeleportButton : MonoBehaviour
|
||||
}
|
||||
|
||||
}
|
||||
public void SetStateDefault()
|
||||
{
|
||||
targetButton.interactable = false;
|
||||
targetButton.interactable = true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
private void TeleportPlayer()
|
||||
|
||||
Reference in New Issue
Block a user