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

---
 Assets/Launch/Common/LogicEngine.cs |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/Assets/Launch/Common/LogicEngine.cs b/Assets/Launch/Common/LogicEngine.cs
index 7dd15bc..e4e4b49 100644
--- a/Assets/Launch/Common/LogicEngine.cs
+++ b/Assets/Launch/Common/LogicEngine.cs
@@ -3,8 +3,6 @@
 using UnityEngine;
 
 
-namespace StartAot
-{
     public class LogicEngine : SingletonMonobehaviour<LogicEngine>
     {
         List<LogicUpdate> logicUpdates = new List<LogicUpdate>();
@@ -48,6 +46,4 @@
 
         }
 
-    }
-
-}
\ No newline at end of file
+    }
\ No newline at end of file

--
Gitblit v1.8.0