JisolGame/JNFrame2/Assets/HotMain/HotMainEvent.cs
DESKTOP-5RP3AKU\Jisol 44c3ea001a 提交
2024-10-16 02:48:23 +08:00

14 lines
451 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";
}
}