Http w/ dispatch

This commit is contained in:
rafi1212122
2023-05-24 17:18:36 +07:00
parent df32db9a60
commit 8343f08f90
15 changed files with 708 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
using PemukulPaku.Resources.Proto;
using Common.Resources.Proto;
using Common;
namespace PemukulPaku
{
@@ -11,6 +12,9 @@ namespace PemukulPaku
{
Msg = "Hello!"
};
Console.WriteLine(Global.config.Gameserver.Host);
new Thread(HttpServer.Program.Main).Start();
Console.ReadKey(true);
}
}
}