NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsFileAllocation.cs
1namespace NdsForge;
2
6public sealed record NdsFileAllocation(int FileId, NdsRegion Data);
7
Identifies a bounded range of bytes in an image.
Definition NdsRegion.cs:11