yyl
2026-03-31 0fa617a09eedf6bdb25eda55fac1d3344859fd93
1
2
3
4
5
6
7
8
using UnityEngine;
 
public class OSRankHeroTrainGiftCell : OSRankGiftBaseCell
{
    protected override int GetGiftId(int index) => OSActivityManager.Instance.osHeroTrainGiftSortList[index];
    
    protected override int GetActivityFuncId() => 7; 
}