コード例 #1
0
 void I3RDPlatformSDK.Logout()
 {
     if (JoyYouSDK.isInitialised)
     {
         JoyYouNativeInterface.Logout();
     }
 }