2023-10-08 02:27:30 +00:00
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
using AscNet.Common.Util;
|
2023-10-06 13:29:27 +00:00
|
|
|
|
|
|
|
|
|
namespace AscNet
|
|
|
|
|
{
|
|
|
|
|
internal class Program
|
|
|
|
|
{
|
|
|
|
|
static void Main(string[] args)
|
|
|
|
|
{
|
|
|
|
|
Logger.c.Log("Starting...");
|
|
|
|
|
SDKServer.SDKServer.Main(args);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|