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/Strengthening/GodBeastModel.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/System/Strengthening/GodBeastModel.cs b/System/Strengthening/GodBeastModel.cs
index 37a7834..93cdacb 100644
--- a/System/Strengthening/GodBeastModel.cs
+++ b/System/Strengthening/GodBeastModel.cs
@@ -11,7 +11,8 @@
using UnityEngine;
// 鍏充簬绁炲吔寮哄寲
-public class GodBeastModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk
+[XLua.LuaCallCSharp]
+ public class GodBeastModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk
{
public Dictionary<int, int> Absorption_Dic = new Dictionary<int, int>();//鑾峰彇閫夋嫨鐨勭墿鍝�
public event Action AbsorbEvent;
--
Gitblit v1.8.0