mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
update to 2.1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using EggLink.DanhengServer.Server.Packet.Send.Tutorial;
|
||||
|
||||
namespace EggLink.DanhengServer.Server.Packet.Recv.Tutorial
|
||||
{
|
||||
[Opcode(CmdIds.GetTutorialGuideCsReq)]
|
||||
public class HandlerGetTutorialGuideCsReq : Handler
|
||||
{
|
||||
public override void OnHandle(Connection connection, byte[] header, byte[] data)
|
||||
{
|
||||
//connection.SendPacket(new PacketGetTutorialGuideScRsp(connection.Player!)); // somebug
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user