cull(engine-cleanup): pass-8 phase-2 cascade round 1 after GachaUI stub

This commit is contained in:
gamer147
2026-07-03 22:25:44 -04:00
parent a0533bf2e3
commit e3b8b8dc0c
69 changed files with 4 additions and 6301 deletions

View File

@@ -4,12 +4,4 @@ using System.Collections.Generic;
using UnityEngine;
namespace Wizard.UI.Common
{
public partial class TabList
{
public Tab AddTab(UIEventListener.VoidDelegate onClick, string spriteBaseName) => default!;
public void Reset() { }
public void Reset(bool notSelectTab) { }
public void SelectTabByIndex(int index, bool isForceSet) { }
public void SetTabToGrayByIndex(int index, bool disable) { }
}
}