using Wabbajack.Compiler; namespace Wabbajack.App.Messages; public record StartCompilation(CompilerSettings Settings) { }