Skip to content

Commit

Permalink
更新GF
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiang Yin committed May 15, 2021
1 parent 5b73eab commit f76def2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Assets/GameMain/Scripts/Network/NetworkChannelHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ public bool Serialize<T>(T packet, Stream destination) where T : Packet
}

/// <summary>
/// 反序列消息包头
/// 反序列化消息包头
/// </summary>
/// <param name="source">要反序列化的来源流。</param>
/// <param name="customErrorData">用户自定义错误数据。</param>
/// <returns></returns>
/// <returns>反序列化后的消息包头。</returns>
public IPacketHeader DeserializePacketHeader(Stream source, out object customErrorData)
{
// 注意:此函数并不在主线程调用!
Expand Down

0 comments on commit f76def2

Please sign in to comment.