@@ -72,6 +72,9 @@ namespace GFGEditor
}
string root = $"{AssetBundleBuilderHelper.GetDefaultStreamingAssetsRoot()}/{VersionController.DefaultPackage}";
+ //清空
+ EditorTools.ClearFolder(root);
+
// 拷贝指定动态加载文件
foreach (var packageBundle in bundles)
{
@@ -6,6 +6,9 @@ namespace GFGGame
public class GameGlobal
+ //开服时间,单位毫秒
+ public static long OpenServerTime;
public static bool isVisitor = false;
public static bool isFirstEntry = false;