Updated packages

This commit is contained in:
Yoshi Askharoun
2021-11-10 21:21:25 -06:00
parent 691b0667bc
commit 6bd36a292f
17 changed files with 80 additions and 80 deletions
+2 -2
View File
@@ -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")
{