1using System.Collections.Generic;
5 public virtual string IdBook =>
"_main";
11 Tutorial.debugSkip =
false;
14 excelData.path = CorePath.DramaData +
IdBook +
".xlsx";
17 excelData.path = CorePath.DramaDataLocal +
IdBook +
".xlsx";
21 List<Dictionary<string, string>> rows = sheet.
list;
24 rows.ForeachReverse(delegate(Dictionary<string, string> a)
26 int num = a[
"id"].ToInt();
33 EClass.
ui.AddLayer<
LayerList>().SetSize().SetList2(rows, (Dictionary<string, string> a) => GetText(a,
"text"), delegate(Dictionary<string, string> a,
ItemGeneral b)
39 static string GetText(Dictionary<string, string> dict,
string id)
47 return dict[
id +
"_JP"];
List< Dictionary< string, string > > list
List< Dictionary< string, string > > BuildList(string sheetName="_default")
Dictionary< string, Sheet > sheets
bool IsStoryPlayed(int flag)
bool PlayStory(string idBook, int id, bool fromBook=false)
override void OnRead(Chara c)