Jamie Greunbaum 8bc733459e - Added a pedestal to round 1 podiums to keep player eye heights more equal.
- Fixed an issue that seems to cause loading case files to crash.
2025-08-30 23:42:45 -04:00

13 lines
181 B
C#

using UdonSharp;
using UnityEngine;
using VRC.SDKBase;
using VRC.Udon;
[UdonBehaviourSyncMode(BehaviourSyncMode.Manual)]
public class PlayerPedestal : UdonSharpBehaviour
{
}