mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 06:54:51 +01:00
💀 strictly necessary login nitifies
This commit is contained in:
16
BLHX.Server.Game/Handlers/P13.cs
Normal file
16
BLHX.Server.Game/Handlers/P13.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using BLHX.Server.Common.Proto.p13;
|
||||
|
||||
namespace BLHX.Server.Game.Handlers
|
||||
{
|
||||
internal static class P13
|
||||
{
|
||||
}
|
||||
|
||||
static class P13ConnectionNotifyExtensions
|
||||
{
|
||||
public static void NotifyChapterData(this Connection connection)
|
||||
{
|
||||
connection.Send(new Sc13001() { ReactChapter = new() });
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user