2using System.Collections.Generic;
7 public class Row : BaseRow
68 public static readonly IReadOnlyDictionary<string, int>
RowMapping =
new Dictionary<string, int>
155 foreach (
Row row
in rows)
158 dictionary[70] = row.
STR;
159 dictionary[71] = row.
END;
160 dictionary[72] = row.
DEX;
161 dictionary[73] = row.
PER;
162 dictionary[74] = row.
LER;
163 dictionary[75] = row.
WIL;
164 dictionary[76] = row.
MAG;
165 dictionary[77] = row.
CHA;
166 dictionary[79] = row.
SPD;
static int[] ParseElements(string str)
static Dictionary< int, int > GetElementMap(int[] list)
static string[] GetStringArray(int id)
static string GetString(int id)
static int GetInt(int id)
static string GetStr(int id, bool useDefault=false)
Dictionary< int, int > elementMap
static readonly IReadOnlyDictionary< string, int > RowMapping
override IReadOnlyDictionary< string, int > GetRowMapping()
override void SetRow(Row r)
override Row CreateRowByMapping(IReadOnlyDictionary< string, int > mapping)
UIItem AddHeader(string text, Sprite sprite=null)
UIItem AddText(string text, FontColor color=FontColor.DontChange)