hch
2025-09-11 b9086106957030c9a5cabc02923d052e805c5a8b
Main/System/Battle/BattleDebug.cs
@@ -5,9 +5,11 @@
{
   public static void LogError(string _logMessage)
   {
#if UNITY_EDITOR
      if (Launch.Instance.isOpenBattleDebug)
      {
         Debug.LogError(_logMessage);
      }
#endif
   }
}