コード例 #1
0
 void OnDestroy()
 {
     if (mSocket != null)
     {
         mSocket.CloseConnect();
         Debug.Log("close connect");
     }
 }