mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 15:04:37 +01:00
Home screen, some places unblocked slightly (shop, friends)
This commit is contained in:
@@ -1,9 +1,21 @@
|
||||
using BLHX.Server.Common.Proto.p16;
|
||||
using BLHX.Server.Common.Proto;
|
||||
using BLHX.Server.Common.Proto.p16;
|
||||
|
||||
namespace BLHX.Server.Game.Handlers
|
||||
{
|
||||
internal static class P16
|
||||
{
|
||||
[PacketHandler(Command.Cs16104)]
|
||||
static void GetChargeListHandler(Connection connection, Packet packet)
|
||||
{
|
||||
connection.Send(new Sc16105());
|
||||
}
|
||||
|
||||
[PacketHandler(Command.Cs16106)]
|
||||
static void GetExchangeItemHandler(Connection connection, Packet packet)
|
||||
{
|
||||
connection.Send(new Sc16107());
|
||||
}
|
||||
}
|
||||
|
||||
static class P16ConnectionNotifyExtensions
|
||||
|
||||
Reference in New Issue
Block a user