2 using System.CodeDom.Compiler;
8 public CompilerErrorCollection compileErrors;
10 public BuildException(
string message) : base(message) { }
12 public BuildException(
string message,
Exception innerException) : base(message, innerException) { }
This serves as the central class which loads mods. It contains many static fields and methods related...