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