Fix l'ecran de creation du XSB

This commit is contained in:
2022-07-30 23:27:14 +02:00
parent 2633fcf8ee
commit ba5a6c16e0
2 changed files with 10 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ namespace LaDOSE.DesktopApp.ViewModels
this.RestService = restService;
Data = new ObservableCollection<KiouzeFile>();
this.Slug = "tag-team-tuesdays-umvc3-team-tournament-2";
this.Chars = "akuma;blanka;boxer;cammy;chunli;claw;deejay;dhalsim;dictator;feilong;guile;honda;ken;ryu;sagat;thawk;zangief";
this.Chars = "akuma;blanka;boxer;cammy;chunli;claw;deejay;dhalsim;dictator;feilong;guile;honda;ken;ryu;sagat;thawk;zangief;o_blanka;o_boxer;o_cammy;o_chunli;o_claw;o_deejay;o_dhalsim;o_dictator;o_feilong;o_guile;o_honda;o_ken;o_ryu;o_sagat;o_thawk;o_zangief";
}