mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add Seek method to IReadOnlyFilesystem.
This commit is contained in:
@@ -85,6 +85,6 @@ public sealed partial class PascalPlugin
|
||||
/// <inheritdoc />
|
||||
public long Length { get; init; }
|
||||
/// <inheritdoc />
|
||||
public long Offset { get; init; }
|
||||
public long Offset { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user