Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
修正出錯
Browse files Browse the repository at this point in the history
  • Loading branch information
luiges90 committed Jan 22, 2016
1 parent 688b511 commit d17d211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GameObjects/GameObjects/Event.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ public class Event : GameObject
public Dictionary<Person, List<EventEffect>> matchedEffect;
public List<EventEffect> architectureEffect;
public List<EventEffect> factionEffect;
public List<PersonIdDialog> scenBiography;
public List<PersonDialog> matchedScenBiography;
public List<PersonIdDialog> scenBiography = new List<>();
public List<PersonDialog> matchedScenBiography = new List<>();
public String Image = "";
public String Sound = "";
public bool GloballyDisplayed = false;
Expand Down

0 comments on commit d17d211

Please sign in to comment.