mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
General cleanup and refactor.
This commit is contained in:
@@ -37,13 +37,15 @@
|
||||
// Copyright © 2020-2022 Rebecca Wallander
|
||||
// ****************************************************************************/
|
||||
|
||||
using System;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
|
||||
// ReSharper disable UnusedMember.Global
|
||||
|
||||
namespace Aaru.CommonTypes.Enums;
|
||||
|
||||
using System;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
/// <summary>Track (as partitioning element) types.</summary>
|
||||
public enum TrackType : byte
|
||||
{
|
||||
@@ -421,5 +423,5 @@ public enum LinearMemoryType
|
||||
/// <summary>Read-write volatile memory for character</summary>
|
||||
CharacterRAM = 12,
|
||||
/// <summary>Trainer, or hack</summary>
|
||||
Trainer = 13
|
||||
Trainer = 13
|
||||
}
|
||||
Reference in New Issue
Block a user