mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-12 20:54:34 +01:00
Http w/ dispatch
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user