Skip to content

Commit d9eecf4

Browse files
committed
refactor commandbar parser
1 parent bd68f77 commit d9eecf4

5 files changed

Lines changed: 418 additions & 331 deletions

File tree

src/PetroglyphTools/PG.StarWarsGame.Engine/CommandBar/CommandBarGameManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ protected override async Task InitializeCoreAsync(CancellationToken token)
8484
var parsedCommandBarComponents = new FrugalValueListDictionary<Crc32, CommandBarComponentData>();
8585

8686
await Task.Run(() => contentParser.ParseEntriesFromFileListXml(
87-
"DATA\\XML\\CommandBarComponentFiles.XML",
88-
".\\DATA\\XML",
87+
".\\Data\\XML\\CommandBarComponentFiles.xml",
88+
".\\DATA\\XML\\",
8989
parsedCommandBarComponents,
9090
VerifyFilePathLength),
9191
token);

0 commit comments

Comments
 (0)