public string LoginWithSteam() { return(VRChatRPC.Update() ? VRChatRPC.GetAuthSessionTicket() : string.Empty); }
static VRChatRPC() { Instance = new VRChatRPC(); }