From 536d04af5b638a04efb46f93214b7f9ac73af875 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期六, 10 十一月 2018 10:12:53 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/KnapSack/New/BatchUseModel.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/System/KnapSack/New/BatchUseModel.cs b/System/KnapSack/New/BatchUseModel.cs
index b07c055..ec7355b 100644
--- a/System/KnapSack/New/BatchUseModel.cs
+++ b/System/KnapSack/New/BatchUseModel.cs
@@ -6,7 +6,9 @@
namespace Snxxz.UI
{
- public class BatchUseModel : Singleton<BatchUseModel>
+ [XLua.LuaCallCSharp]
+public class BatchUseModel : Singleton<BatchUseModel>
+
{
#region 鎵归噺浣跨敤鏁版嵁
public string guid { get; private set; }
--
Gitblit v1.8.0