update: 添加云控解析标志位

deeplink
胡宇飞 2024-03-31 14:01:35 +08:00
parent ac3f88422a
commit d3cf9a1b63
1 changed files with 4 additions and 1 deletions

View File

@ -153,7 +153,10 @@ namespace Guru.Editor
{
settings.app_settings.enable_iap = GetBool(value);
}
}
else if (GetValue(line, "custom_keystore", out value))
{
settings.app_settings.custom_keystore = GetBool(value);
}
/// <summary>