From ba24a4a15c0317ac2fd954f4173b4b79cbdf191e Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期三, 11 十一月 2020 17:06:33 +0800
Subject: [PATCH] 9527 unity 升级

---
 Assets/Plugins/PocoSDK/TcpClientDisconnectedEventArgs.cs |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/Assets/Plugins/PocoSDK/TcpClientDisconnectedEventArgs.cs b/Assets/Plugins/PocoSDK/TcpClientDisconnectedEventArgs.cs
index 8b30bbe..74fb4fd 100644
--- a/Assets/Plugins/PocoSDK/TcpClientDisconnectedEventArgs.cs
+++ b/Assets/Plugins/PocoSDK/TcpClientDisconnectedEventArgs.cs
@@ -3,26 +3,26 @@
 
 namespace TcpServer
 {
-	/// <summary>
-	/// 涓庡鎴风鐨勮繛鎺ュ凡鏂紑浜嬩欢鍙傛暟
-	/// </summary>
-	public class TcpClientDisconnectedEventArgs : EventArgs
-	{
-		/// <summary>
-		/// 涓庡鎴风鐨勮繛鎺ュ凡鏂紑浜嬩欢鍙傛暟
-		/// </summary>
-		/// <param name="tcpClient">瀹㈡埛绔姸鎬�</param>
-		public TcpClientDisconnectedEventArgs (TcpClient tcpClient)
-		{
-			if (tcpClient == null)
-				throw new ArgumentNullException ("tcpClient");
+    /// <summary>
+    /// 涓庡鎴风鐨勮繛鎺ュ凡鏂紑浜嬩欢鍙傛暟
+    /// </summary>
+    public class TcpClientDisconnectedEventArgs : EventArgs
+    {
+        /// <summary>
+        /// 涓庡鎴风鐨勮繛鎺ュ凡鏂紑浜嬩欢鍙傛暟
+        /// </summary>
+        /// <param name="tcpClient">瀹㈡埛绔姸鎬�</param>
+        public TcpClientDisconnectedEventArgs(TcpClient tcpClient)
+        {
+            if (tcpClient == null)
+                throw new ArgumentNullException("tcpClient");
 
-			this.TcpClient = tcpClient;
-		}
+            this.TcpClient = tcpClient;
+        }
 
-		/// <summary>
-		/// 瀹㈡埛绔�
-		/// </summary>
-		public TcpClient TcpClient { get; private set; }
-	}
+        /// <summary>
+        /// 瀹㈡埛绔�
+        /// </summary>
+        public TcpClient TcpClient { get; private set; }
+    }
 }
\ No newline at end of file

--
Gitblit v1.8.0