lcy
21 小时以前 5301d08eac2f7f0b25ce3f2bef7d24f92c79321c
1
2
3
4
5
6
7
8
9
10
using System.Collections.Generic;
using UnityEngine;
 
public class OSRankMinggeAwardCell : OSRankAwardBaseCell
{
    protected override Dictionary<int, int[][]> GetRankAwards()
    {
        return OSActivityManager.Instance.minggeRankAwards;
    }
}