From 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期四, 25 二月 2021 15:43:08 +0800
Subject: [PATCH] 9527 去掉xlua
---
Utility/Clock.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Utility/Clock.cs b/Utility/Clock.cs
index bcd9945..5ab4b77 100644
--- a/Utility/Clock.cs
+++ b/Utility/Clock.cs
@@ -3,7 +3,7 @@
using System.Collections.Generic;
using UnityEngine.Events;
-[XLua.LuaCallCSharp]
+
public class Clock
{
public bool stopped { get; set; }
--
Gitblit v1.8.0