Home screen, some places unblocked slightly (shop, friends)

This commit is contained in:
Kyle Belanger
2024-02-21 00:42:34 -05:00
parent 920a08a4b8
commit 7d79f3c007
8 changed files with 72 additions and 4 deletions

View File

@@ -1,9 +1,15 @@
using BLHX.Server.Common.Proto.p13;
using BLHX.Server.Common.Proto;
using BLHX.Server.Common.Proto.p13;
namespace BLHX.Server.Game.Handlers
{
internal static class P13
{
[PacketHandler(Command.Cs13505)]
static void RemasterInfoRequestHandler(Connection connection, Packet packet)
{
connection.Send(new Sc13506());
}
}
static class P13ConnectionNotifyExtensions