mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-12 19:24:34 +01:00
Namespace refactor, basic Impl for PacketHandlers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using Common.Resources.Proto;
|
||||
using Common;
|
||||
using System.Net.NetworkInformation;
|
||||
using PemukulPaku.Gameserver;
|
||||
using PemukulPaku.GameServer;
|
||||
|
||||
namespace PemukulPaku
|
||||
{
|
||||
@@ -19,6 +19,7 @@ namespace PemukulPaku
|
||||
};
|
||||
|
||||
new Thread(HttpServer.Program.Main).Start();
|
||||
PacketFactory.LoadPacketHandlers();
|
||||
_ = Server.GetInstance();
|
||||
|
||||
Console.Read();
|
||||
|
||||
Reference in New Issue
Block a user