From 19997f58e0df812218eb50074acdba8b6ad6fe49 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 26 十月 2018 20:33:52 +0800
Subject: [PATCH] 4340 【前端】支持xlua方便IOS提审
---
Core/ResModule/UILoader.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Core/ResModule/UILoader.cs b/Core/ResModule/UILoader.cs
index 9e96e5c..94e91a3 100644
--- a/Core/ResModule/UILoader.cs
+++ b/Core/ResModule/UILoader.cs
@@ -5,6 +5,7 @@
using TableConfig;
using System.IO;
+[XLua.LuaCallCSharp]
public class UILoader
{
readonly static string PREFAB_EXTERSION = ".prefab";
--
Gitblit v1.8.0