using UdonSharp;
using VRC.SDKBase;
public class VRChatEvents : UdonSharpBehaviour
{
public override void OnPlayereJoined(VRCPlayerApi player)
}