hch
2025-10-24 542b1b8fe1731f9fd434019663f35b6d5e2e9b44
1
2
3
4
5
6
7
8
9
10
11
12
13
 
//    采集界面数据 给LoadingWin用 做表现一致
using UnityEngine;
using UnityEngine.UI;
using System.Collections.Generic;
 
public class LaunchWinData
{
    public float backGroundTimer;
    public int backGroundIndex;
    public Sprite sprite;
    public List<Sprite> sprites;
}