20 lines
514 B
C#
20 lines
514 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace PSO2SERVER.Packets.Handlers
|
|
{
|
|
|
|
//[PacketHandlerAttr(0x03, 0x06)]
|
|
//class _0B_06_UNK : PacketHandler
|
|
//{
|
|
// public override void HandlePacket(Client context, byte flags, byte[] data, uint position, uint size)
|
|
// {
|
|
// //var info = string.Format("[<--] 接收到的数据 (hex): ");
|
|
// //Logger.WriteHex(info, data);
|
|
// }
|
|
//}
|
|
}
|