コード例 #1
0
ファイル: NdCenter.cs プロジェクト: KangLLL/century_war
 public void Logout()
 {
     if (Application.platform == RuntimePlatform.IPhonePlayer)
     {
         if (Bonjour.IsLogined())
         {
             Bonjour.Enter91();
             this.m_IsInPlatform = true;
         }
     }
 }