mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Updated packages
This commit is contained in:
@@ -21,12 +21,12 @@ namespace ZuneModCore.Mods
|
||||
|
||||
public override string Author => "Joshua \"Yoshi\" Askharoun";
|
||||
|
||||
public override AbstractUIElementGroup? GetDefaultOptionsUI()
|
||||
public override AbstractUICollection? GetDefaultOptionsUI()
|
||||
{
|
||||
return new(nameof(FeaturesOverrideMod))
|
||||
{
|
||||
Title = string.Empty,
|
||||
Items =
|
||||
Items = new List<AbstractUIElement>
|
||||
{
|
||||
new AbstractTextBox("hostBox", "zunes.me", "zune.net")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user