Пример #1
0
 public string LoginWithSteam()
 {
     return(VRChatRPC.Update()
         ? VRChatRPC.GetAuthSessionTicket()
         : string.Empty);
 }
Пример #2
0
 static VRChatRPC()
 {
     Instance = new VRChatRPC();
 }