예제 #1
0
 public void ResetDeckCache()
 {
     if (m_zTranslator == null)
     {
         Logger.AddLogLine("Warn: code attempted to clear cache on non-existent translator (this is a mostly harmless bug)");
         return;
     }
     m_zTranslator.ResetTranslationCache();
     m_zTranslator.ResetMarkupCache();
 }