2using System.Collections.Generic;
7 public class Row : BaseRow
177 foreach (
Row row
in rows)
179 row.children =
new List<Row>();
181 foreach (
Row row2
in rows)
185 (row2.parent = map[row2.
_parent]).children.Add(row2);
static int GetElement(string id)
static SourceManager sources
bool IsChildOf(string id)
override void SetRow(Row r)
static string[] GetStringArray(int id)
static string GetString(int id)
static bool GetBool(int id)
static int GetInt(int id)
static string GetStr(int id, bool useDefault=false)
SourceCategory categories