Exemplo n.º 1
0
    void OnAPIDownloaded(string parsedApi)
    {
        cardDBEntries = CardDB.ParseApi(parsedApi);

        OnApiParsed();
    }