Example #1
0
 public void Logout()
 {
     if (Application.platform == RuntimePlatform.IPhonePlayer)
     {
         if (Bonjour.IsLogined())
         {
             Bonjour.Enter91();
             this.m_IsInPlatform = true;
         }
     }
 }