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/WorldMap/MapModel.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/System/WorldMap/MapModel.cs b/System/WorldMap/MapModel.cs index f09d096..374e21a 100644 --- a/System/WorldMap/MapModel.cs +++ b/System/WorldMap/MapModel.cs @@ -11,7 +11,8 @@ namespace Snxxz.UI { - public class MapModel : Model, IBeforePlayerDataInitialize, IAfterPlayerDataInitialize, IPlayerLoginOk, IMapInitOk + [XLua.LuaCallCSharp] + public class MapModel : Model, IBeforePlayerDataInitialize, IAfterPlayerDataInitialize, IPlayerLoginOk, IMapInitOk { Dictionary<int, WorldMapArea> worldMapAreas = new Dictionary<int, WorldMapArea>(); Dictionary<int, bool> worldMapUnLockStates = new Dictionary<int, bool>(); -- Gitblit v1.8.0