Skip to content

Commit

Permalink
Change type of array items
Browse files Browse the repository at this point in the history
  • Loading branch information
puppy-girl committed Nov 14, 2024
1 parent a81f638 commit 6f26bfa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions GDWeave/Loader/ModManifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,8 @@ internal class ModConfigProperty {
public float? Maximum { get; set; }
public float? MultipleOf { get; set; }
public Dictionary<string, ModConfigProperty>? Properties { get; set; }
public ArrayItems? Items { get; set; }
public ModConfigProperty? Items { get; set; }
public int? MinItems { get; set; }
public int? MaxItems { get; set; }
}

internal class ArrayItems {
public string? Type { get; set; }
}
}

0 comments on commit 6f26bfa

Please sign in to comment.