@Localizer["AI Battle Data"]
|
@Localizer["Section No."]
@Localizer["Result"]
@Localizer["Score"]
@Localizer["Crown"]
@Localizer["Good"]
@Localizer["OK"]
@Localizer["Bad"]
@Localizer["Drumroll"]
@(aiSectionContext.SectionIndex + 1)
@if (@aiSectionContext.IsWin) {
}
else
{
}
@aiSectionContext.Score
@aiSectionContext.GoodCount
@aiSectionContext.OkCount
@aiSectionContext.MissCount
@aiSectionContext.DrumrollCount
|
}