using UnityEngine;
using System.Collections;
using System;
///
/// 输出管理者
/// author: gwang. 2022.8.11 (以前是谁写的不知道, 我给加了时间戳和文本颜色(#^.^#)).
///
public class LogHelper
{
///
/// 输出开关
///
static public bool EnableLog = true;
///
/// 输出日志信息
///
///
#if UNITY_EDITOR
//public static Action