mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 15:04:37 +01:00
strictly necessary handlers
This commit is contained in:
14
BLHX.Server.Game/Handlers/P62.cs
Normal file
14
BLHX.Server.Game/Handlers/P62.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using BLHX.Server.Common.Proto;
|
||||
using BLHX.Server.Common.Proto.p62;
|
||||
|
||||
namespace BLHX.Server.Game.Handlers
|
||||
{
|
||||
internal static class P62
|
||||
{
|
||||
[PacketHandler(Command.Cs62100)]
|
||||
static void GuildPublicUserDataHandler(Connection connection, Packet packet)
|
||||
{
|
||||
connection.Send(new Sc62101());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user