Exemplo n.º 1
0
 public static void ClearAllBurningDamaged()
 {
     try
     {
         UTDebugUtils.ResetAllBurningTrees(true);
     }
     catch (Exception ex)
     { Logger.dbgLog("", ex); }
 }
Exemplo n.º 2
0
 public static void OnDumpAllBurningTrees()
 {
     try
     {
         UTDebugUtils.DumpBurningTrees();
     }
     catch (Exception ex)
     { Logger.dbgLog("", ex); }
 }