mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
完善网络框架,增加服务器断开连接回调
This commit is contained in:
11
Assets/GameScripts/DotNet/Core/AppDefine.cs
Normal file
11
Assets/GameScripts/DotNet/Core/AppDefine.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
#if TENGINE_NET
|
||||
#pragma warning disable CS8618
|
||||
namespace TEngine
|
||||
{
|
||||
public static class AppDefine
|
||||
{
|
||||
public static CommandLineOptions Options;
|
||||
public static uint AppId => Options.AppId;
|
||||
}
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user