From 71cf2234265aaa13c7ab29f0b76918931e243a08 Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Tue, 25 Apr 2023 00:01:16 +0800 Subject: [PATCH] Update BuildAssetsCommand.cs --- Assets/TEngine/Editor/HybridCLR/BuildAssetsCommand.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Assets/TEngine/Editor/HybridCLR/BuildAssetsCommand.cs b/Assets/TEngine/Editor/HybridCLR/BuildAssetsCommand.cs index dab24ea1..05f5f1f0 100644 --- a/Assets/TEngine/Editor/HybridCLR/BuildAssetsCommand.cs +++ b/Assets/TEngine/Editor/HybridCLR/BuildAssetsCommand.cs @@ -1,4 +1,3 @@ -/* using System.Collections; using System.Collections.Generic; using HybridCLR.Editor; @@ -58,7 +57,4 @@ public static class BuildAssetsCommand Debug.Log($"[CopyHotUpdateAssembliesToStreamingAssets] copy hotfix dll {dllPath} -> {dllBytesPath}"); } } -} -*/ - - +} \ No newline at end of file