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

This commit is contained in:
gamer147
2026-07-03 22:01:31 -04:00
parent e9b112d083
commit 17b436d33d
19 changed files with 1 additions and 393 deletions

View File

@@ -8,9 +8,4 @@ public class MyPageItem : MonoBehaviour
[SerializeField]
private MyPageCardPanelAnimation _cardMove;
[SerializeField]
private MyPageCardPanel[] _cardPanelList;
protected MyPageCardPanelAnimation CardAnimation => _cardMove;
}