lvjincheng 4 năm trước cách đây
mục cha
commit
a6e4a1efbb
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Assets/BowArrow/Scripts/CommonConfig.cs

+ 2 - 0
Assets/BowArrow/Scripts/CommonConfig.cs

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