| 489 | |
| 490 | private sealed record DecryptResult(string InputPath, string OutputPath); |
| 491 | private sealed record BundleHeader(string Signature, uint Version, string UnityVersion, |
| 492 | string UnityRevision, long Size, |
| 493 | uint CompressedBlocksInfoSize, |
| 494 | uint UncompressedBlocksInfoSize, ArchiveFlags Flags); |
| 495 | private sealed record StorageBlockInfo(uint UncompressedSize, uint CompressedSize, |
| 496 | ushort Flags) |
| 497 | { |
nothing calls this directly
no outgoing calls
no test coverage detected