Initial commit: Client Doc docs Server Tools
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace XWorld.Server.Gateway.Tests
|
||||
{
|
||||
internal static class TestGames
|
||||
{
|
||||
// 前置条件:先运行 build-test-games.sh 生成 Server.Host.Tests/TestGames(本工程复用之)
|
||||
public static string Root => Path.Combine(AppContext.BaseDirectory, "TestGames");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user