From ec36f7122391b3e5d46838e67f64a2d54714626e Mon Sep 17 00:00:00 2001 From: client_Wu Xijin <364452445@qq.com> Date: 星期一, 22 十月 2018 15:54:14 +0800 Subject: [PATCH] 3335 更新lua库 --- System/Strengthening/WashProModel.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/System/Strengthening/WashProModel.cs b/System/Strengthening/WashProModel.cs index 95416d1..2ff54cf 100644 --- a/System/Strengthening/WashProModel.cs +++ b/System/Strengthening/WashProModel.cs @@ -3,7 +3,8 @@ using System.Collections.Generic; using TableConfig; -public class WashProModel : Model +[XLua.LuaCallCSharp] + public class WashProModel : Model { EquipWashModel _equipWashModel; public EquipWashModel equipWashModel -- Gitblit v1.8.0