公告板
版本库
filestore
活动
搜索
登录
main
/
Project_SG_scripts
三国卡牌客户端代码仓库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
492 武将登场 高级战令 删除无效引用
lcy
2026-04-17
6602278f60bec43f2dbf9de04008e34db464c40b
[Project_SG_scripts.git]
/
Main
/
System
/
OSActivity
/
OSRankMinggeGiftCell.cs
1
2
3
4
5
6
7
8
using UnityEngine;
public class OSRankMinggeGiftCell : OSRankGiftBaseCell
{
protected override int GetGiftId(int index) => OSActivityManager.Instance.osMinggeGiftSortList[index];
protected override int GetActivityFuncId() => 9;
}