Skip to content

Commit

Permalink
update replay types in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
stewieoO committed Apr 16, 2024
1 parent 1dc5d4f commit 4290488
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ protected override Task ExecuteAsync(IServiceProvider services)
using IReplayUnpackerService<ExtendedDataReplay> unpacker =
services.GetRequiredService<IReplayUnpackerFactory>().GetExtendedDataUnpacker();

UnpackedReplay alphaReplay = unpacker.Unpack(GetReplayFile("press_account_alpha.wowsreplay"));
UnpackedReplay bravoReplay = unpacker.Unpack(GetReplayFile("press_account_bravo.wowsreplay"));
ExtendedDataReplay alphaReplay = unpacker.Unpack(GetReplayFile("press_account_alpha.wowsreplay"));
ExtendedDataReplay bravoReplay = unpacker.Unpack(GetReplayFile("press_account_bravo.wowsreplay"));

ManualExtensions(alphaReplay, bravoReplay);
Serializer(alphaReplay, bravoReplay);
Expand Down

0 comments on commit 4290488

Please sign in to comment.