修改问题
This commit is contained in:
parent
ae35812783
commit
ff34574110
|
|
@ -224,6 +224,8 @@ namespace CloudGaming.Code.AppExtend
|
||||||
newAppConfig.UserConfig = appConfig.UserConfig;
|
newAppConfig.UserConfig = appConfig.UserConfig;
|
||||||
newAppConfig.Payment = appConfig.Payment;
|
newAppConfig.Payment = appConfig.Payment;
|
||||||
newAppConfig.GameConfig = appConfig.GameConfig;
|
newAppConfig.GameConfig = appConfig.GameConfig;
|
||||||
|
newAppConfig.PrivacyAgreement = appConfig.PrivacyAgreement;
|
||||||
|
newAppConfig.UserAgreement = appConfig.UserAgreement;
|
||||||
return newAppConfig;
|
return newAppConfig;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user