卡组优化(分帧加载)

This commit is contained in:
YiHan0621
2025-10-15 20:04:17 +08:00
parent f357a9c3a1
commit c8f1e585bf
18 changed files with 579 additions and 181 deletions

View File

@@ -58,6 +58,8 @@ namespace TcgEngine.Gameplay
gameClient = FindFirstObjectByType<GameClient>();
gameClient = GameClient.Get();
ApiClient client = ApiClient.Get();
if (gameClient != null)