mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-15 07:54:36 +01:00
Home screen, some places unblocked slightly (shop, friends)
This commit is contained in:
@@ -1,9 +1,21 @@
|
||||
using BLHX.Server.Common.Proto.p22;
|
||||
using BLHX.Server.Common.Proto;
|
||||
using BLHX.Server.Common.Proto.p22;
|
||||
|
||||
namespace BLHX.Server.Game.Handlers
|
||||
{
|
||||
internal static class P22
|
||||
{
|
||||
[PacketHandler(Command.Cs22101)]
|
||||
static void GetShopStreetHandler(Connection connection, Packet packet)
|
||||
{
|
||||
connection.Send(new Sc22102()
|
||||
{
|
||||
Street = new()
|
||||
{
|
||||
Lv = 1
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
static class P22ConnectionNotifyExtensions
|
||||
|
||||
Reference in New Issue
Block a user