mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Initial work for AbstractUI options
This commit is contained in:
@@ -23,8 +23,6 @@ namespace ZuneModCore.Mods
|
||||
|
||||
public override string Id => nameof(VideoSyncMod);
|
||||
|
||||
public override AbstractUIElementGroup? OptionsUI => null;
|
||||
|
||||
#pragma warning disable CA1416 // Validate platform compatibility
|
||||
public override async Task<string?> Apply()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user