mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Add Author property to Mod; More UI tweaks
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user