公告板
版本库
filestore
活动
搜索
登录
main
/
Project_SG_scripts
三国卡牌客户端代码仓库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
492 武将登场 升星礼包,皇权礼包添加返利百分比,升星礼包添加特权卡标识
lcy
2026-03-19
a1f3d569ed9a8aa6675fc5a2d9338a67a4ed098b
[Project_SG_scripts.git]
/
Main
/
ResModule
/
DebugItem.cs
1
2
3
4
5
6
using UnityEngine;
public class DebugItem : MonoBehaviour
{
public GameObject target;
}