From 214fe94eaf7f09741a7857775dfffe8c3b83c75c Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 25 八月 2025 17:38:30 +0800
Subject: [PATCH] 125 【战斗】战斗系统

---
 Assets/Launch/Launch.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Assets/Launch/Launch.cs b/Assets/Launch/Launch.cs
index 8b88680..a5faf41 100644
--- a/Assets/Launch/Launch.cs
+++ b/Assets/Launch/Launch.cs
@@ -16,6 +16,8 @@
 {
 #if UNITY_EDITOR
     public bool isOpenConfigTesting = false;
+
+    public bool isOpenBattleDebug = false;
 #endif
 
 

--
Gitblit v1.8.0