forked from PGR/ascnet
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);
|
|||
|
}
|
|||
|
}
|
|||
|
}
|