mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-14 07:24:50 +01:00
💀 strictly necessary login nitifies
This commit is contained in:
23
BLHX.Server.Game/Handlers/P22.cs
Normal file
23
BLHX.Server.Game/Handlers/P22.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using BLHX.Server.Common.Proto.p22;
|
||||
|
||||
namespace BLHX.Server.Game.Handlers
|
||||
{
|
||||
internal static class P22
|
||||
{
|
||||
}
|
||||
|
||||
static class P22ConnectionNotifyExtensions
|
||||
{
|
||||
public static void NotifyNavalAcademy(this Connection connection)
|
||||
{
|
||||
connection.Send(new Sc22001()
|
||||
{
|
||||
OilWellLevel = 1,
|
||||
GoldWellLevel = 1,
|
||||
ClassLv = 1,
|
||||
Class = new(),
|
||||
SkillClassNum = 2
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user