hch
2025-10-28 2d49ec4f87de5fdedcac25a2bd45c97a0c332a04
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
   }
}