mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-19 09:54:50 +01:00
Command system and input system
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
using BLHX.Server.Common.Utils;
|
||||
using BLHX.Server.Game;
|
||||
|
||||
namespace BLHX.Server
|
||||
namespace BLHX.Server;
|
||||
|
||||
internal class Program
|
||||
{
|
||||
internal class Program
|
||||
static void Main()
|
||||
{
|
||||
static void Main()
|
||||
{
|
||||
Logger.c.Log("Starting...");
|
||||
Task.Run(GameServer.Start).Wait();
|
||||
}
|
||||
Logger.c.Log("Starting...");
|
||||
|
||||
Task.Run(GameServer.Start);
|
||||
Task.Run(InputSystem.Start).Wait();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user