UnnamedValues wird jetzt initialisiert
This commit is contained in:
@@ -433,7 +433,7 @@ namespace WorldOfPeacecraft
|
|||||||
private string Name;
|
private string Name;
|
||||||
private LinkedList<Block> Blocks = new LinkedList<Block> ();
|
private LinkedList<Block> Blocks = new LinkedList<Block> ();
|
||||||
private Dictionary<String, String> Values = new Dictionary<String, String> ();
|
private Dictionary<String, String> Values = new Dictionary<String, String> ();
|
||||||
private LinkedList<String> UnnamedValues;
|
private LinkedList<String> UnnamedValues = new LinkedList<String>();
|
||||||
|
|
||||||
public Block (String[] message, int start, int end)
|
public Block (String[] message, int start, int end)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user