- Added an admin button to skip a turn in round 2.

- Added a railing outside the stairs in the alleyway.
This commit is contained in:
2026-05-21 03:52:48 -04:00
parent ae4ce6684b
commit 8aec8995b8
23 changed files with 1350 additions and 127 deletions
@@ -185,6 +185,11 @@ public class HostPanelInterface : UdonSharpBehaviour
}
public void Round2_SkipTurn()
{
_Round2Manager.SkipTurn();
}
public void Round2_Player1_ResetOwner()
{
_Round2Podiums[0].ResetOwner(true);