From 8af5d3d900b11288f98696be9a97d726cbe86006 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 13 二月 2019 19:07:54 +0800
Subject: [PATCH] 3335 配置表读取重构。
---
Core/GameEngine/Model/Config/ChatBubbleBoxConfig.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Core/GameEngine/Model/Config/ChatBubbleBoxConfig.cs b/Core/GameEngine/Model/Config/ChatBubbleBoxConfig.cs
index b25b09b..5a84bf5 100644
--- a/Core/GameEngine/Model/Config/ChatBubbleBoxConfig.cs
+++ b/Core/GameEngine/Model/Config/ChatBubbleBoxConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: Fish
-// [ Date ]: 2019骞�2鏈�13鏃�
+// [ Date ]: Wednesday, February 13, 2019
//--------------------------------------------------------
using System.Collections.Generic;
@@ -142,7 +142,7 @@
}
public static bool inited { get; private set; }
- protected static Dictionary<string, string> rawDatas = null;
+ protected static Dictionary<string, string> rawDatas = new Dictionary<string, string>();
public static void Init(bool sync=false)
{
inited = false;
--
Gitblit v1.8.0