Add Author property to Mod; More UI tweaks

This commit is contained in:
Joshua Askharoun
2021-04-26 18:05:19 -05:00
parent 7f2db257d1
commit d972d1f31b
5 changed files with 33 additions and 23 deletions
+2
View File
@@ -27,6 +27,8 @@ namespace ZuneModCore
public abstract string Description { get; }
public abstract string Author { get; }
public virtual Task Init() => Task.CompletedTask;
public abstract Task<string?> Apply();