mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Consolidate metadata properties into one record
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace ZuneModCore;
|
||||
|
||||
public record ModMetadata(string Id, string Title, string Description, string Author);
|
||||
Reference in New Issue
Block a user