From 4d9e4eec1e433353fa46a4edb191868fd39662ea Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 20 九月 2018 20:41:44 +0800
Subject: [PATCH] 2614 【前端】神兽——强化功能
---
System/Strengthening/GodBeastModel.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/System/Strengthening/GodBeastModel.cs b/System/Strengthening/GodBeastModel.cs
index 0864a34..f890d88 100644
--- a/System/Strengthening/GodBeastModel.cs
+++ b/System/Strengthening/GodBeastModel.cs
@@ -17,6 +17,7 @@
public event Action AbsorbEvent;
public int ItemInde = 0;//鐗╁搧涓嬫爣
public ItemModel Crystal_ItemModel;
+ public int ItemPlace =-1;//绁炲吔瑁呭浣嶇疆淇℃伅
DogzModel Dogz_model;
DogzModel dogz_model { get { return Dogz_model ?? (Dogz_model = ModelCenter.Instance.GetModel<DogzModel>()); } }
PlayerPackModel _playerPack;
--
Gitblit v1.8.0