Skip to content

Commit

Permalink
Scrape DTO adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggog committed Sep 29, 2020
1 parent 9a065c3 commit f2898dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mutagen.Bethesda.Synthesis/DTO/PatchersListing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ namespace Mutagen.Bethesda.Synthesis.DTO
{
public class PatchersListing
{
public PatcherInfo[] Patchers { get; set; } = Array.Empty<PatcherInfo>();
public PatcherMeta[] Patchers { get; set; } = Array.Empty<PatcherMeta>();
}
}

0 comments on commit f2898dc

Please sign in to comment.