AK056/Assets/script/application/IApplcationShutdown.cs
2025-05-07 11:20:40 +08:00

12 lines
164 B
C#

/// <summary>
/// 程序关闭
/// </summary>
public interface IApplcationShutdown
{
/// <summary>
/// 程序关闭触发
/// </summary>
void Shutdown();
}