Consolidate metadata properties into one record

This commit is contained in:
Yoshi Askharoun
2024-05-21 20:14:57 -05:00
parent 249681c7bd
commit d357711b91
9 changed files with 48 additions and 62 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace ZuneModCore;
public record ModMetadata(string Id, string Title, string Description, string Author);