using System.Collections; using System.Collections.Generic; using UnityEngine; namespace HC { public class HCOtherConfigs { /// /// debug switch /// public static bool IsDebugLog = true; } }