Ejemplo n.º 1
0
 private LSystemStepper CompileSystem(Dictionary <string, string> globalCompileTimeOverrides)
 {
     try
     {
         return(linkedFiles.CompileSystem(globalCompileTimeOverrides));
     }
     catch (System.Exception e)
     {
         Debug.LogException(e);
     }
     return(null);
 }