mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-17 15:24:37 +01:00
20 lines
387 B
C#
20 lines
387 B
C#
using KianaBH.KcpSharp;
|
|
using KianaBH.Proto;
|
|
|
|
namespace KianaBH.GameServer.Server.Packet.Send.Activity;
|
|
|
|
// Removed in glb 8.3.0
|
|
/*
|
|
public class PacketGetFarmActivityDataRsp : BasePacket
|
|
{
|
|
public PacketGetFarmActivityDataRsp() : base(CmdIds.GetFarmActivityDataRsp)
|
|
{
|
|
var proto = new GetFarmActivityDataRsp
|
|
{
|
|
|
|
};
|
|
|
|
SetData(proto);
|
|
}
|
|
}
|
|
*/ |