|
|
@@ -141,6 +141,7 @@ namespace ET
|
|
|
accountInfoComponent.AccountId = a2CLoginAccount.AccountId;
|
|
|
accountInfoComponent.Account = account;
|
|
|
accountInfoComponent.Age = a2CLoginAccount.Age;
|
|
|
+ LoginController.GetRoles().Coroutine();
|
|
|
}
|
|
|
|
|
|
public static async ETTask<int> Register(Scene zoneScene, string address, string account, string password,
|