Added new property fields

This commit is contained in:
erri120 2019-10-07 16:43:46 +02:00
parent 5c5f073dc1
commit a6d93d6feb
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -54,6 +54,26 @@ namespace Wabbajack
/// </summary>
public string Name;
/// <summary>
/// Author of the ModList
/// </summary>
public string Author;
/// <summary>
/// Description of the ModList
/// </summary>
public string Description;
/// <summary>
/// Image of the ModList
/// </summary>
public string Image;
/// <summary>
/// Website of the ModList
/// </summary>
public string Website;
/// <summary>
/// Content Report in HTML form
/// </summary>