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,17 +0,0 @@
|
||||
using KianaBH.KcpSharp;
|
||||
using KianaBH.Proto;
|
||||
|
||||
namespace KianaBH.GameServer.Server.Packet.Send.Test;
|
||||
|
||||
public class PacketSetWarshipAvatarRsp : BasePacket
|
||||
{
|
||||
public PacketSetWarshipAvatarRsp() : base(CmdIds.SetWarshipAvatarRsp)
|
||||
{
|
||||
var proto = new SetWarshipAvatarRsp
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
SetData(proto);
|
||||
}
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
using KianaBH.KcpSharp;
|
||||
using KianaBH.Proto;
|
||||
|
||||
namespace KianaBH.GameServer.Server.Packet.Send.Test;
|
||||
|
||||
public class PacketSetWarshipRsp : BasePacket
|
||||
{
|
||||
public PacketSetWarshipRsp() : base(CmdIds.SetWarshipRsp)
|
||||
{
|
||||
var proto = new SetWarshipRsp
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
SetData(proto);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user