mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-18 01:15:16 +01:00
JSON data table parsing stuff
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using BLHX.Server.Common.Utils;
|
||||
using BLHX.Server.Common.Data;
|
||||
using BLHX.Server.Common.Utils;
|
||||
using BLHX.Server.Game;
|
||||
using BLHX.Server.Sdk;
|
||||
using System.Net.NetworkInformation;
|
||||
@@ -18,6 +19,8 @@ internal class Program
|
||||
Config.Save();
|
||||
}
|
||||
|
||||
Data.Load();
|
||||
|
||||
Task.Run(GameServer.Start);
|
||||
SDKServer.Main(args);
|
||||
Task.Run(InputSystem.Start).Wait();
|
||||
|
||||
Reference in New Issue
Block a user