Namespace refactor, basic Impl for PacketHandlers

This commit is contained in:
Kyle873
2023-05-26 03:49:47 -04:00
parent 3426d8ebdc
commit 511c623dd6
4 changed files with 61 additions and 7 deletions

View File

@@ -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();