From 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期四, 25 二月 2021 15:43:08 +0800
Subject: [PATCH] 9527 去掉xlua

---
 Utility/GlobalTimeEvent.cs |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/Utility/GlobalTimeEvent.cs b/Utility/GlobalTimeEvent.cs
index 9b9640c..501c125 100644
--- a/Utility/GlobalTimeEvent.cs
+++ b/Utility/GlobalTimeEvent.cs
@@ -1,18 +1,18 @@
-锘縰sing System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-using System;
-
-[XLua.LuaCallCSharp]
-public class GlobalTimeEvent : SingletonMonobehaviour<GlobalTimeEvent>
-
-{
-    public event Action secondEvent;
-    public event Action fiveSecondEvent;
-    public event Action minuteEvent;
-    public event Action fiveMinuteEvent;
-    public event Action tenMinuteEvent;
-    public event Action halfHourEvent;
+锘縰sing System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+using System;
+
+
+public class GlobalTimeEvent : SingletonMonobehaviour<GlobalTimeEvent>
+
+{
+    public event Action secondEvent;
+    public event Action fiveSecondEvent;
+    public event Action minuteEvent;
+    public event Action fiveMinuteEvent;
+    public event Action tenMinuteEvent;
+    public event Action halfHourEvent;
     public event Action hourEvent;
     public event Action halfMinuteEvent;
 
@@ -184,7 +184,7 @@
             }
         }
 
-    }
-
-
-}
+    }
+
+
+}

--
Gitblit v1.8.0