mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
合理化程序集,服务器Logic无需共享的代码存放解决方案目录,无需走Unity目录
合理化程序集,服务器Logic无需共享的代码存放解决方案目录,无需走Unity目录
This commit is contained in:
11
DotNet/Logic/src/Entry.cs
Normal file
11
DotNet/Logic/src/Entry.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
#if TENGINE_NET
|
||||
namespace TEngine.Logic;
|
||||
|
||||
public static class Entry
|
||||
{
|
||||
public static async FTask Start()
|
||||
{
|
||||
await FTask.CompletedTask;
|
||||
}
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user