hch
2026-04-07 ef8a6cfe6c409639c6f33bda3f678d53703e1d8f
1
2
3
4
5
6
7
8
9
10
using System.Collections.Generic;
using UnityEngine;
 
public class OSRankHeroTrainAwardCell : OSRankAwardBaseCell
{
    protected override Dictionary<int, int[][]> GetRankAwards()
    {
        return OSActivityManager.Instance.heroTrainRankAwards;
    }
}