From 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期四, 25 二月 2021 15:43:08 +0800
Subject: [PATCH] 9527 去掉xlua
---
System/AssetVersion/InGameDownLoad.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/AssetVersion/InGameDownLoad.cs b/System/AssetVersion/InGameDownLoad.cs
index 3bbce7a..8009989 100644
--- a/System/AssetVersion/InGameDownLoad.cs
+++ b/System/AssetVersion/InGameDownLoad.cs
@@ -5,7 +5,7 @@
using Snxxz.UI;
using System.Text.RegularExpressions;
-[XLua.LuaCallCSharp]
+
public class InGameDownLoad : SingletonMonobehaviour<InGameDownLoad>
{
public const int BYTE_PER_KILOBYTE = 1024;//b 杞� kb
--
Gitblit v1.8.0