mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-15 22:34:38 +01:00
feat: set warship theme
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.SetWarshipReq)]
|
||||
public class HandlerSetWarshipReq : Handler
|
||||
{
|
||||
public override async Task OnHandle(Connection connection, byte[] header, byte[] data)
|
||||
{
|
||||
await connection.SendPacket(new PacketSetWarshipRsp());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user