cull(engine-cleanup): pass-8 phase-2 cascade round 3 after CardDetailUI stub

This commit is contained in:
gamer147
2026-07-03 22:35:21 -04:00
parent 99120ec858
commit 0bf981ce4d
2 changed files with 0 additions and 14 deletions

View File

@@ -21,15 +21,6 @@ public class CardMake : MonoBehaviour
private Action _onFinishCardDestruct;
private void OnRequestFinishDestruct(NetworkTask.ResultCode error)
{
TriggerUpdateUserDeck();
if (_onFinishCardDestruct != null)
{
_onFinishCardDestruct();
}
}
private void TriggerUpdateUserDeck()
{
List<string> list = new List<string>(DestructDict.Keys);