2using System.Collections.Generic;
7 public class Row : BaseRow
141 public static readonly IReadOnlyDictionary<string, int>
RowMapping =
new Dictionary<string, int>
154 [
"ignoreBless"] = 11,
237 foreach (
Row row
in rows)
239 row.children =
new List<Row>();
241 foreach (
Row row2
in rows)
245 (row2.parent = map[row2.
_parent]).children.Add(row2);
static int GetElement(string id)
static SourceManager sources
bool IsChildOf(string id)
static readonly IReadOnlyDictionary< string, int > RowMapping
override Row CreateRowByMapping(IReadOnlyDictionary< string, int > mapping)
override void SetRow(Row r)
override IReadOnlyDictionary< string, int > GetRowMapping()
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