2using System.Collections.Generic;
114 text = text.Replace(
"#ele4",
"").Replace(
"#ele3",
"").Replace(
"#ele2",
"")
115 .Replace(
"#ele",
"");
122 text = text.TrimStart(
' ');
128 public Dictionary<string, Row>
_rows =
new Dictionary<string, Row>();
197 foreach (
Row row
in rows)
205 foreach (
Row row
in rows)
213 foreach (
Row row
in rows)
static int[] ParseElements(string str)
override string GetSearchName(bool jp)
override string GetName()
override void BackupPref()
Dictionary< string, Row > _rows
override void ValidatePref()
override void SetRow(Row r)
override void RestorePref()
override string[] ImportFields
string GetText(string id="name", bool returnNull=false)
static string[] GetStringArray(int id)
static string GetString(int id)
static int GetInt(int id)
static string GetStr(int id, bool useDefault=false)
static int[] GetIntArray(int id)