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/WindowBase/WindowCenter.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/System/WindowBase/WindowCenter.cs b/System/WindowBase/WindowCenter.cs
index 7333e41..e83ff07 100644
--- a/System/WindowBase/WindowCenter.cs
+++ b/System/WindowBase/WindowCenter.cs
@@ -4,7 +4,9 @@
namespace Snxxz.UI
{
- public class WindowCenter : Singleton<WindowCenter>
+ [XLua.LuaCallCSharp]
+public class WindowCenter : Singleton<WindowCenter>
+
{
public event Action<Window> windowBeforeOpenEvent;
public event Action<Window> windowAfterOpenEvent;
--
Gitblit v1.8.0