2using System.Collections.Generic;
114 text = text.Replace(
"#ele5",
"").Replace(
"#ele4",
"").Replace(
"#ele3",
"")
115 .Replace(
"#ele2",
"")
116 .Replace(
"#ele",
"");
123 text = text.TrimStart(
' ');
125 return text.Replace(
" ",
" ");
129 public Dictionary<string, Row>
_rows =
new Dictionary<string, Row>();
198 foreach (
Row row
in rows)
206 foreach (
Row row
in rows)
214 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)