lcy
2026-07-06 37aa92cbb341cc15a7f0e60ceebceda68a67780c
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; 
}