经验数据同步,更名逻辑上传

This commit is contained in:
YiHan0621
2025-09-15 18:00:52 +08:00
parent 12cf877c80
commit 0fd35d8c21
10 changed files with 463 additions and 31 deletions

View File

@@ -52,6 +52,13 @@ namespace TcgEngine
public string password_new;
}
[Serializable]
public struct EditUsernameRequest
{
public string username;
}
[Serializable]
public struct FriendAddRequest
{