From 2da6556c080e680286ce5e8f93b322bdb5a35259 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 22 十月 2018 16:51:46 +0800
Subject: [PATCH] 3335 更新lua库

---
 System/MainInterfacePanel/TaskAllocation.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/System/MainInterfacePanel/TaskAllocation.cs b/System/MainInterfacePanel/TaskAllocation.cs
index a6a9792..2dc7d15 100644
--- a/System/MainInterfacePanel/TaskAllocation.cs
+++ b/System/MainInterfacePanel/TaskAllocation.cs
@@ -12,7 +12,9 @@
 namespace Snxxz.UI
 {
 
-    public class TaskAllocation : Singleton<TaskAllocation>
+    [XLua.LuaCallCSharp]
+public class TaskAllocation : Singleton<TaskAllocation>
+
     {
 
         private static StringBuilder textBuilder = new StringBuilder();

--
Gitblit v1.8.0