mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 15:04:37 +01:00
ship skin comamnd and changing skin
This commit is contained in:
18
BLHX.Server.Game/Handlers/P33.cs
Normal file
18
BLHX.Server.Game/Handlers/P33.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using BLHX.Server.Common.Proto.p33;
|
||||
|
||||
namespace BLHX.Server.Game.Handlers
|
||||
{
|
||||
internal class P33
|
||||
{
|
||||
}
|
||||
static class P33ConnectionNotifyExtensions
|
||||
{
|
||||
public static void NotifyWorldData(this Connection connection)
|
||||
{
|
||||
connection.Send(new Sc33114()
|
||||
{
|
||||
IsWorldOpen = 1
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user