少年修仙传客户端基础资源
lwb
2020-11-11 ba24a4a15c0317ac2fd954f4173b4b79cbdf191e
Assets/Plugins/PocoSDK/TcpClientState.cs
@@ -45,8 +45,10 @@
      /// <summary>
      /// Gets the network stream
      /// </summary>
      public NetworkStream NetworkStream {
         get {
        public NetworkStream NetworkStream
        {
            get
            {
            return TcpClient.GetStream ();
         }
      }