From d17d211cb545492d3d2da58dfb27eff00e70f117 Mon Sep 17 00:00:00 2001 From: Peter WONG Date: Fri, 22 Jan 2016 19:38:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=87=BA=E9=8C=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GameObjects/GameObjects/Event.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GameObjects/GameObjects/Event.cs b/GameObjects/GameObjects/Event.cs index ac85dc60..e4f30035 100644 --- a/GameObjects/GameObjects/Event.cs +++ b/GameObjects/GameObjects/Event.cs @@ -31,8 +31,8 @@ public class Event : GameObject public Dictionary> matchedEffect; public List architectureEffect; public List factionEffect; - public List scenBiography; - public List matchedScenBiography; + public List scenBiography = new List<>(); + public List matchedScenBiography = new List<>(); public String Image = ""; public String Sound = ""; public bool GloballyDisplayed = false;