35 lines
387 B
C#
35 lines
387 B
C#
|
|
using System.Collections;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using UnityEngine;
|
|||
|
|
|
|||
|
|
|
|||
|
|
public struct OnVolumeChangedEvent
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// ģ<><C4A3><EFBFBD>˳<EFBFBD><CBB3><EFBFBD>Ϣ
|
|||
|
|
/// </summary>
|
|||
|
|
public struct OnModuleQuit
|
|||
|
|
{
|
|||
|
|
int moduleIndex;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// ģ<>鿪ʼ
|
|||
|
|
/// </summary>
|
|||
|
|
public struct OnModuleStart
|
|||
|
|
{
|
|||
|
|
int moduleIndex;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public struct OnLoadingShow
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public struct OnLoadingHide
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|