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