Browse Source

LogHelper移到公共代码

hexiaojie 1 year ago
parent
commit
62bb3a5daf

+ 0 - 8
GameClient/Assets/Game/HotUpdate/Log.meta

@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 11423b4ba047df545b43e19e318ec3b3
-folderAsset: yes
-DefaultImporter:
-  externalObjects: {}
-  userData: 
-  assetBundleName: 
-  assetBundleVariant: 

+ 0 - 15
GameClient/Assets/Game/HotUpdate/Log/LogHelper.cs

@@ -1,15 +0,0 @@
-using UnityEngine;
-
-namespace GFGGame
-{
-    public static class LogHelper
-    {
-        public static void LogEditor(string content)
-        {
-#if UNITY_EDITOR
-            Debug.Log(content);
-#endif
-        }
-    }
-}
-

+ 0 - 11
GameClient/Assets/Game/HotUpdate/Log/LogHelper.cs.meta

@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 049583194e0f2994d9716c3ba9b6a4bd
-MonoImporter:
-  externalObjects: {}
-  serializedVersion: 2
-  defaultReferences: []
-  executionOrder: 0
-  icon: {instanceID: 0}
-  userData: 
-  assetBundleName: 
-  assetBundleVariant: