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:
22
BLHX.Server.Game/Handlers/P19.cs
Normal file
22
BLHX.Server.Game/Handlers/P19.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using BLHX.Server.Common.Proto.p19;
|
||||
|
||||
namespace BLHX.Server.Game.Handlers
|
||||
{
|
||||
internal static class P19
|
||||
{
|
||||
}
|
||||
|
||||
static class P19ConnectionNotifyExtensions
|
||||
{
|
||||
public static void NotifyDormData(this Connection connection)
|
||||
{
|
||||
connection.Send(new Sc19001()
|
||||
{
|
||||
Lv = 1,
|
||||
FloorNum = 1,
|
||||
ExpPos = 2,
|
||||
LoadTime = (uint)DateTimeOffset.Now.ToUnixTimeSeconds()
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user