This commit is contained in:
2026-06-21 14:42:04 +02:00
parent 22cfb1f0a9
commit a3b4cc530d
15 changed files with 2437 additions and 403 deletions

View File

@@ -3,7 +3,7 @@ using System.IO;
namespace AnotherReplayReader.ReplayFile
{
internal sealed class ReplayChunk
public sealed class ReplayChunk
{
private readonly byte[] _data;
@@ -35,6 +35,4 @@ namespace AnotherReplayReader.ReplayFile
writer.Write(0);
}
}
}