summaryrefslogtreecommitdiff
path: root/Assets/Other
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Other')
-rw-r--r--Assets/Other/LogHelper.cs16
-rw-r--r--Assets/Other/LogHelper.cs.meta11
2 files changed, 27 insertions, 0 deletions
diff --git a/Assets/Other/LogHelper.cs b/Assets/Other/LogHelper.cs
new file mode 100644
index 0000000..f95bf18
--- /dev/null
+++ b/Assets/Other/LogHelper.cs
@@ -0,0 +1,16 @@
+#define UGUI_DEBUG
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class LogHelper
+{
+
+ public static void Log(string content)
+ {
+#if UGUI_DEBUG
+ Debug.Log(content);
+#endif
+ }
+
+}
diff --git a/Assets/Other/LogHelper.cs.meta b/Assets/Other/LogHelper.cs.meta
new file mode 100644
index 0000000..f6d6dd1
--- /dev/null
+++ b/Assets/Other/LogHelper.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 00a660da41438ca4b9cbdd92e673dffe
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant: