表格数据集更新
This commit is contained in:
@@ -134,10 +134,6 @@ namespace Stary.Evo.TableTextConversion
|
||||
|
||||
messageInfo.trigger = FilterTo(table.Rows[j][4].ToString());
|
||||
messageInfo.uirelated = FilterTo(table.Rows[j][5].ToString());
|
||||
messageInfo.description = FilterTo(table.Rows[j][6].ToString());
|
||||
|
||||
messageInfo.format = FilterTo(table.Rows[j][7].ToString());
|
||||
messageInfo.notes = FilterTo(table.Rows[j][8].ToString());
|
||||
//添加数据
|
||||
messageInfos.Add(messageInfo);
|
||||
}
|
||||
@@ -244,15 +240,7 @@ namespace Stary.Evo.TableTextConversion
|
||||
messageInfo.subtitle.Add(subtitleInfo);
|
||||
}
|
||||
|
||||
messageInfo.nodelocation = FilterTo(table.Rows[j][7].ToString());
|
||||
|
||||
messageInfo.description = FilterTo(table.Rows[j][8].ToString());
|
||||
messageInfo.displaycondition = FilterTo(table.Rows[j][9].ToString());
|
||||
|
||||
messageInfo.animationrequirement = FilterTo(table.Rows[j][10].ToString());
|
||||
messageInfo.size = FilterTo(table.Rows[j][11].ToString());
|
||||
messageInfo.format = FilterTo(table.Rows[j][12].ToString());
|
||||
messageInfo.notes = FilterTo(table.Rows[j][13].ToString());
|
||||
|
||||
//添加数据
|
||||
messageInfos.Add(messageInfo);
|
||||
infoIndex++;
|
||||
|
||||
Reference in New Issue
Block a user