492 武将登场和返场,武将选择界面,修复行数计算
| | |
| | | [SerializeField] ButtonEx okButton; |
| | | [SerializeField] ButtonEx previewButton; |
| | | [SerializeField] UIHeroController uiHeroController; |
| | | public const int rowCountMax = 4; |
| | | public const int rowCountMax = 5; |
| | | HeroDebutManager manager => HeroDebutManager.Instance; |
| | | |
| | | protected override void InitComponent() |
| | |
| | | [SerializeField] ButtonEx okButton; |
| | | [SerializeField] ButtonEx previewButton; |
| | | [SerializeField] UIHeroController uiHeroController; |
| | | public const int rowCountMax = 4; |
| | | public const int rowCountMax = 5; |
| | | HeroReturnManager manager => HeroReturnManager.Instance; |
| | | |
| | | protected override void InitComponent() |