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() }); } } }