|
|
@@ -5,7 +5,9 @@ using UnityEngine;
|
|
|
/**通用配置(2021/12/18新增) */
|
|
|
public class CommonConfig
|
|
|
{
|
|
|
+ //需要App商店审核?-标记用于特别处理某些功能
|
|
|
public static bool needToExamine = true;
|
|
|
+ //是否属于发布版本?-标记用于特别处理某些功能,比如屏蔽内部测试才有功能
|
|
|
public static bool isReleaseVersion = true;
|
|
|
|
|
|
/**环数精度小数位 */
|