shenjianxing a36a2c16af 扩展timeline
新增point3D
2025-01-13 14:05:32 +08:00

40 lines
432 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public struct OnVolumeChangedEvent
{
}
/// <summary>
/// 模块退出消息
/// </summary>
public struct OnModuleQuit
{
int moduleIndex;
}
/// <summary>
/// 模块开始
/// </summary>
public struct OnModuleStart
{
int moduleIndex;
}
public struct OnLoadingShow
{
}
public struct OnLoadingHide
{
}
public struct OnPoint3DQuestionDestroy
{
}