mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
4 lines
138 B
C#
4 lines
138 B
C#
namespace ZuneModCore;
|
|
|
|
public record ModMetadata(string Id, string Title, string Description, string Author, ReleaseVersion Version);
|