mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 23:14:57 +01:00
More stubs for technology stuff
This commit is contained in:
17
BLHX.Server.Game/Handlers/P63.cs
Normal file
17
BLHX.Server.Game/Handlers/P63.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using BLHX.Server.Common.Proto.p63;
|
||||
|
||||
namespace BLHX.Server.Game.Handlers
|
||||
{
|
||||
static class P63ConnectionNotifyExtensions
|
||||
{
|
||||
public static void NotifyTechnologyData(this Connection connection)
|
||||
{
|
||||
connection.Send(new Sc63000());
|
||||
}
|
||||
|
||||
public static void NotifyBlueprintData(this Connection connection)
|
||||
{
|
||||
connection.Send(new Sc63100());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user