コード例 #1
0
 public static void ClearAllBurningDamaged()
 {
     try
     {
         UTDebugUtils.ResetAllBurningTrees(true);
     }
     catch (Exception ex)
     { Logger.dbgLog("", ex); }
 }
コード例 #2
0
 public static void OnDumpAllBurningTrees()
 {
     try
     {
         UTDebugUtils.DumpBurningTrees();
     }
     catch (Exception ex)
     { Logger.dbgLog("", ex); }
 }