NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsDirectoryImportResult.cs
1namespace NdsForge;
2
8public sealed record NdsDirectoryImportResult(
9 int FilesImported,
10 int DirectoriesImported,
11 long BytesImported,
12 int EntriesSkipped);