Пример #1
0
 public static void Logout()
 {
     if (Application.platform != RuntimePlatform.OSXEditor && Application.platform != RuntimePlatform.WindowsEditor)
     {
         JoyYouNativeInterface.U3D_logout();
     }
     else
     {
         JoyYouInterfaceSimulator.Logout();
     }
 }