using Wabbajack.DTOs.JsonConverters; namespace Wabbajack.DTOs.Directives; /// /// A file that has the game and MO2 folders remapped on installation /// [JsonName("RemappedInlineFile")] [JsonAlias("RemappedInlineFile, Wabbajack.Lib")] public class RemappedInlineFile : InlineFile { public override bool IsDeterministic => false; }