mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 07:17:53 +01:00
Add image strings to groups and mods to keep them in the json on saves.
This commit is contained in:
parent
40be298d67
commit
22af545e8d
8 changed files with 19 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ public sealed class Mod : IMod
|
|||
public string Description { get; internal set; } = string.Empty;
|
||||
public string Version { get; internal set; } = string.Empty;
|
||||
public string Website { get; internal set; } = string.Empty;
|
||||
public string Image { get; internal set; } = string.Empty;
|
||||
public IReadOnlyList<string> ModTags { get; internal set; } = [];
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue