namespace BinaryObjectScanner.Models.N3DS { /// public sealed class ARM9AccessControl { /// /// Descriptors /// public byte[] Descriptors; /// /// ARM9 Descriptor Version. Originally this value had to be ≥ 2. /// Starting with 9.3.0-X this value has to be either value 2 or value 3. /// public byte DescriptorVersion; } }