- 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:
@@ -82,6 +82,11 @@ public class PlayerPodiumRound2 : UdonSharpBehaviour
|
||||
return false;
|
||||
}
|
||||
|
||||
public string GetPlayer()
|
||||
{
|
||||
return _PlayerName;
|
||||
}
|
||||
|
||||
[NetworkCallable]
|
||||
public void SetPlayer_NetworkCallable(bool EnableOwnershipInteract)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user