From b2b4a08b290dc190c09dfdfcadb37668df669fb2 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期六, 20 四月 2019 20:28:51 +0800
Subject: [PATCH] 382 前端战斗AI流程控制逻辑

---
 Fight/Stage/MapEditor/Game/ClientSceneManager.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/Fight/Stage/MapEditor/Game/ClientSceneManager.cs b/Fight/Stage/MapEditor/Game/ClientSceneManager.cs
index a508a5b..fc55864 100644
--- a/Fight/Stage/MapEditor/Game/ClientSceneManager.cs
+++ b/Fight/Stage/MapEditor/Game/ClientSceneManager.cs
@@ -626,4 +626,13 @@
             GameNetSystem.Instance.SendInfo(_a225);
         }
     }
+
+    public void ExitClientFightMode()
+    {
+        CA225_tagCMClientTaskCount _a225 = new CA225_tagCMClientTaskCount
+        {
+            CountID = 10000
+        };
+        GameNetSystem.Instance.SendInfo(_a225);
+    }
 }
\ No newline at end of file

--
Gitblit v1.8.0