- GameManagerRound2 now uses podium owners to determine players.

- Jail phone now runs its callback as the GameManagerRound2 owner.
- Actually updated the camera system repository this time. Finally.
This commit is contained in:
2026-04-26 18:00:02 -04:00
parent f10f7b6fe7
commit 0a98c69770
13 changed files with 118 additions and 113 deletions
@@ -82,6 +82,11 @@ public class PlayerPodiumRound2 : UdonSharpBehaviour
return false;
}
public string GetPlayer()
{
return _PlayerName;
}
[NetworkCallable]
public void SetPlayer_NetworkCallable(bool EnableOwnershipInteract)
{