mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-16 20:34:35 +01:00
yae openworld but dialogs aren't triggered
This commit is contained in:
13
GameServer/Handlers/Two/MpGetMatchInfoReqHandler.cs
Normal file
13
GameServer/Handlers/Two/MpGetMatchInfoReqHandler.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Common.Resources.Proto;
|
||||
|
||||
namespace PemukulPaku.GameServer.Handlers.Two
|
||||
{
|
||||
[PacketCmdId(CmdId.MpGetMatchInfoReq)]
|
||||
internal class MpGetMatchInfoReqHandler : IPacketHandler
|
||||
{
|
||||
public void Handle(Session session, Packet packet)
|
||||
{
|
||||
session.Send(Packet.FromProto(new MpGetMatchInfoRsp() { retcode = MpGetMatchInfoRsp.Retcode.Succ, LobbyIdx = 1 }, CmdId.MpGetMatchInfoRsp));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user