namespace HotScripts.GameLauncher
{
public class HotLauncherEvent
{
///
/// 初始化系统 [提示词]
///
public static string InitSystem = "HotLauncherEvent_InitSystem";
///
/// 初始化系统成功
///
public static string InitSuccess = "HotLauncherEvent_InitSuccess";
///
/// 进入游戏
///
public static string GoGameMain = "HotLauncherEvent_GoGameMain";
}
}