mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-10-09 00:26:11 +00:00
提交
This commit is contained in:
14
JNFrame2/Assets/HotMain/HotMainEvent.cs
Normal file
14
JNFrame2/Assets/HotMain/HotMainEvent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
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";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user