Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 533 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 533 Bytes

UnrealReplayReader


                  var settings = new ReplayReaderSettings
                    {
                        IsDebug = true,
                        Logger = null,
                        UseCheckpoints = false,
                        ExportConfiguration = ReplayExportConfiguration.FromAssembly(typeof(GameStateExport))
                    };

                    var replay = FortniteReplayReader.FromFile(filePath, settings);

Build

dotnet build

Test

dotnet test