mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 15:04:37 +01:00
💀 strictly necessary login nitifies
This commit is contained in:
16
BLHX.Server.Game/Handlers/P16.cs
Normal file
16
BLHX.Server.Game/Handlers/P16.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using BLHX.Server.Common.Proto.p16;
|
||||
|
||||
namespace BLHX.Server.Game.Handlers
|
||||
{
|
||||
internal static class P16
|
||||
{
|
||||
}
|
||||
|
||||
static class P16ConnectionNotifyExtensions
|
||||
{
|
||||
public static void NotifyShopMonthData(this Connection connection)
|
||||
{
|
||||
connection.Send(new Sc16200() { Month = (uint)DateTime.Now.Month });
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user