mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 19:34:47 +00:00
17 lines
478 B
C#
17 lines
478 B
C#
namespace HotMain
|
|
{
|
|
public class HotMainEvent
|
|
{
|
|
|
|
/// <summary>
|
|
/// 开始下载资源
|
|
/// </summary>
|
|
public static string StartDownloader = "HotMainEvent_StartDownloader";
|
|
|
|
/// <summary>
|
|
/// 下载资源中进度更新 totalCount, currentCount, totalBytes, currentBytes
|
|
/// </summary>
|
|
public static string DownloaderProgressUpdate = "HotMainEvent_DownloaderProgressUpdate";
|
|
|
|
}
|
|
} |