From 22b191d1a96e30596fa251437e2af6080d56acac Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 13 二月 2019 15:46:15 +0800
Subject: [PATCH] 3335 配置表读取重构。
---
System/Mount/MountStoneTipsWin.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Mount/MountStoneTipsWin.cs b/System/Mount/MountStoneTipsWin.cs
index 8b07ea2..aa0f760 100644
--- a/System/Mount/MountStoneTipsWin.cs
+++ b/System/Mount/MountStoneTipsWin.cs
@@ -23,7 +23,7 @@
[SerializeField] GameObject m_Text_Power;
[SerializeField] Text m_PowerNum;
private Dictionary<int, int> tag_Item = new Dictionary<int, int>();//鍧愰獞榄傜煶瀛�
- Dictionary<string, ItemConfig> tagCIM = new Dictionary<string, TableConfig.ItemConfig>();
+ Dictionary<string, ItemConfig> tagCIM = new Dictionary<string, ItemConfig>();
private List<int> ListID = new List<int>();
PlayerMountDatas m_HorseModel;
PlayerMountDatas horsemodel
--
Gitblit v1.8.0