Exemple #1
0
 public void ResetConstructedImporting()
 {
     Logger.WriteLine("Reset constructed importing", "GameEventHandler");
     _doneImportingConstructed = false;
     _lastManaCost             = 0;
     _unloadedCardCount        = 0;
     _ignoreCachedIds          = new List <string>(Config.Instance.ConstructedImportingIgnoreCachedIds);
     _game.ResetConstructedCards();
 }