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/TcpDatagramReceivedEventArgs.cs |   60 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/Assets/Plugins/PocoSDK/TcpDatagramReceivedEventArgs.cs b/Assets/Plugins/PocoSDK/TcpDatagramReceivedEventArgs.cs
index 6c2a119..416088c 100644
--- a/Assets/Plugins/PocoSDK/TcpDatagramReceivedEventArgs.cs
+++ b/Assets/Plugins/PocoSDK/TcpDatagramReceivedEventArgs.cs
@@ -3,37 +3,37 @@
 
 namespace TcpServer
 {
-	/// <summary>
-	/// 鎺ユ敹鍒版暟鎹姤鏂囦簨浠跺弬鏁�
-	/// </summary>
-	/// <typeparam name="T">鎶ユ枃绫诲瀷</typeparam>
-	public class TcpDatagramReceivedEventArgs<T> : EventArgs
-	{
-		/// <summary>
-		/// 鎺ユ敹鍒版暟鎹姤鏂囦簨浠跺弬鏁�
-		/// </summary>
-		/// <param name="tcpClientState">瀹㈡埛绔姸鎬�</param>
-		/// <param name="datagram">鎶ユ枃</param>
-		public TcpDatagramReceivedEventArgs (TcpClientState tcpClientState, T datagram)
-		{
-			this.Client = tcpClientState;
-			this.TcpClient = tcpClientState.TcpClient;
-			this.Datagram = datagram;
-		}
+    /// <summary>
+    /// 鎺ユ敹鍒版暟鎹姤鏂囦簨浠跺弬鏁�
+    /// </summary>
+    /// <typeparam name="T">鎶ユ枃绫诲瀷</typeparam>
+    public class TcpDatagramReceivedEventArgs<T> : EventArgs
+    {
+        /// <summary>
+        /// 鎺ユ敹鍒版暟鎹姤鏂囦簨浠跺弬鏁�
+        /// </summary>
+        /// <param name="tcpClientState">瀹㈡埛绔姸鎬�</param>
+        /// <param name="datagram">鎶ユ枃</param>
+        public TcpDatagramReceivedEventArgs(TcpClientState tcpClientState, T datagram)
+        {
+            this.Client = tcpClientState;
+            this.TcpClient = tcpClientState.TcpClient;
+            this.Datagram = datagram;
+        }
 
-		/// <summary>
-		/// 瀹㈡埛绔姸鎬�
-		/// </summary>
-		public TcpClientState Client { get; private set; }
+        /// <summary>
+        /// 瀹㈡埛绔姸鎬�
+        /// </summary>
+        public TcpClientState Client { get; private set; }
 
-		/// <summary>
-		/// 瀹㈡埛绔�
-		/// </summary>
-		public TcpClient TcpClient { get; private set; }
+        /// <summary>
+        /// 瀹㈡埛绔�
+        /// </summary>
+        public TcpClient TcpClient { get; private set; }
 
-		/// <summary>
-		/// 鎶ユ枃
-		/// </summary>
-		public T Datagram { get; private set; }
-	}
+        /// <summary>
+        /// 鎶ユ枃
+        /// </summary>
+        public T Datagram { get; private set; }
+    }
 }
\ No newline at end of file

--
Gitblit v1.8.0