mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-14 07:24:50 +01:00
More stubs for technology stuff
This commit is contained in:
12
BLHX.Server.Game/Handlers/P64.cs
Normal file
12
BLHX.Server.Game/Handlers/P64.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using BLHX.Server.Common.Proto.p64;
|
||||
|
||||
namespace BLHX.Server.Game.Handlers
|
||||
{
|
||||
static class P64ConnectionNotifyExtensions
|
||||
{
|
||||
public static void NotifyTechSetLists(this Connection connection)
|
||||
{
|
||||
connection.Send(new Sc64000());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user