API.API C# (CSharp) Method

API() static private method

static private API ( ) : System
return System
    static API()
    {
        Config_Core = new Config("./SkyNet_Srv.ini");
            _auctionCheck = new Thread(AuctionCheck);
            _auctionCheck.Start();
            _this = Process.GetCurrentProcess();
    }