Skip to content

Commit

Permalink
修复编译失败
Browse files Browse the repository at this point in the history
  • Loading branch information
chawolbaka committed Aug 10, 2023
1 parent 5ecee50 commit 339a2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Protocol.Core/Packets/PacketType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static class Status
/// <summary>从服务端发送到客户端Packet</summary>
public static class Server
{
public static readonly PacketType Response = new PacketType(nameof(PingResponsePacket), (ver) => PingResponsePacket.GetPacketID());
public static readonly PacketType Response = new PacketType(nameof(PingResponsePacket), (ver) => PingResponsePacket.GetPacketId());
public static readonly PacketType Pong = new PacketType(nameof(PongPacket), (ver) => PongPacket.GetPacketId());
}

Expand Down

0 comments on commit 339a2a9

Please sign in to comment.