Update BuildAssetsCommand.cs

This commit is contained in:
ALEXTANG
2023-04-25 00:01:16 +08:00
parent e9ecdf2d16
commit 71cf223426

View File

@@ -1,4 +1,3 @@
/*
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using HybridCLR.Editor; using HybridCLR.Editor;
@@ -58,7 +57,4 @@ public static class BuildAssetsCommand
Debug.Log($"[CopyHotUpdateAssembliesToStreamingAssets] copy hotfix dll {dllPath} -> {dllBytesPath}"); Debug.Log($"[CopyHotUpdateAssembliesToStreamingAssets] copy hotfix dll {dllPath} -> {dllBytesPath}");
} }
} }
} }
*/