- 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:
@@ -185,6 +185,11 @@ public class HostPanelInterface : UdonSharpBehaviour
|
||||
}
|
||||
|
||||
|
||||
public void Round2_SkipTurn()
|
||||
{
|
||||
_Round2Manager.SkipTurn();
|
||||
}
|
||||
|
||||
public void Round2_Player1_ResetOwner()
|
||||
{
|
||||
_Round2Podiums[0].ResetOwner(true);
|
||||
|
||||
Reference in New Issue
Block a user