公告板
版本库
filestore
活动
搜索
登录
main
/
snxxz_scripts
少年修仙传客户端代码仓库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
10349 【越南】【英文】【BT】【砍树】跨服竞技场优化 - 首次打开问题
hch
2025-02-28
45f816df9ea8feecc6f7aba942552cf820a8e5c0
[snxxz_scripts.git]
/
System
/
SystemSetting
/
MinuteListSlider.cs
1
2
3
4
5
6
7
8
9
10
11
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace vnxbqy.UI
{
public class MinuteListSlider : TimeListSlider
{
}
}