This commit is contained in:
YiHan0621
2025-10-11 14:30:38 +08:00
parent 6c98d9a449
commit 2e4a318ca3
158 changed files with 7344 additions and 2213 deletions

View File

@@ -8,8 +8,8 @@ using TcgEngine.UI;
namespace TcgEngine.Client
{
/// <summary>
/// Main client script for the matchmaker
/// Will send requests to server and receive a response when a matchmaking succeed or fail
/// 匹配器的主客户端脚本
/// 将向服务器发送请求并在匹配成功或失败时接收响应
/// </summary>
public class GameClientMatchmaker : MonoBehaviour