From 5fad96c186ea82bf6aa105824023fc1077ce64cd Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期六, 16 二月 2019 16:25:46 +0800
Subject: [PATCH] 6197 【前端】【1.6】跨服匹配添加机器人
---
Utility/Clock.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Utility/Clock.cs b/Utility/Clock.cs
index 4171ffd..71158d4 100644
--- a/Utility/Clock.cs
+++ b/Utility/Clock.cs
@@ -4,6 +4,7 @@
public class Clock : MonoBehaviour
{
+ public bool stopped { get; private set; }
public DateTime alarmTime {
get; set;
@@ -18,6 +19,7 @@
public void Stop()
{
+ stopped = true;
GameObject.Destroy(this.gameObject);
}
--
Gitblit v1.8.0