mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-12 22:24:35 +01:00
13 lines
234 B
C#
13 lines
234 B
C#
using AscNet.Common.Util;
|
|
|
|
namespace AscNet
|
|
{
|
|
internal class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Logger.c.Log("Starting...");
|
|
SDKServer.SDKServer.Main(args);
|
|
}
|
|
}
|
|
} |