mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-17 15:24:37 +01:00
feat: add affix stigmata roll
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
using KianaBH.GameServer.Server.Packet.Send.Test;
|
||||
using KianaBH.Proto;
|
||||
|
||||
namespace KianaBH.GameServer.Server.Packet.Recv.Test;
|
||||
|
||||
[Opcode(CmdIds.RefineStigmataRuneReq)]
|
||||
public class HandlerRefineStigmataRuneReq : Handler
|
||||
{
|
||||
public override async Task OnHandle(Connection connection, byte[] header, byte[] data)
|
||||
{
|
||||
await connection.SendPacket(new PacketRefineStigmataRuneRsp());
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
using KianaBH.GameServer.Server.Packet.Send.Test;
|
||||
using KianaBH.Proto;
|
||||
|
||||
namespace KianaBH.GameServer.Server.Packet.Recv.Test;
|
||||
|
||||
[Opcode(CmdIds.SelectNewStigmataRuneReq)]
|
||||
public class HandlerSelectNewStigmataRuneReq : Handler
|
||||
{
|
||||
public override async Task OnHandle(Connection connection, byte[] header, byte[] data)
|
||||
{
|
||||
await connection.SendPacket(new PacketSelectNewStigmataRuneRsp());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user