2using System.Collections.Generic;
7 public class Row : BaseRow
101 foreach (
Row row
in rows)
104 dictionary[70] = row.
STR;
105 dictionary[71] = row.
END;
106 dictionary[72] = row.
DEX;
107 dictionary[73] = row.
PER;
108 dictionary[74] = row.
LER;
109 dictionary[75] = row.
WIL;
110 dictionary[76] = row.
MAG;
111 dictionary[77] = row.
CHA;
112 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
override void SetRow(Row r)
UIItem AddHeader(string text, Sprite sprite=null)
UIItem AddText(string text, FontColor color=FontColor.DontChange)