修复备份工程Standalone登录编译

This commit is contained in:
JSD\13999
2026-05-26 18:04:00 +08:00
parent 43b4650ee3
commit 4347103b1d
2 changed files with 4 additions and 2 deletions

View File

@@ -250,7 +250,7 @@ namespace game
CustomId = Application.identifier;
var request = new LoginWithCustomIDRequest
{
AndroidDeviceId = Application.identifier,
CustomId = Application.identifier,
CreateAccount = true,
InfoRequestParameters = info_request_parameters,
};