mirror of
https://github.com/SabreTools/NDecrypt.git
synced 2026-09-22 23:05:08 +00:00
Code rearrange
This commit is contained in:
@@ -323,6 +323,11 @@ namespace NDecrypt.Data
|
||||
|
||||
public const int CXTExtendedDataHeaderLength = 0x800;
|
||||
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
/// Represents if all of the keys have been initialized properly
|
||||
/// </summary>
|
||||
public static bool IsReady { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
@@ -369,7 +374,5 @@ namespace NDecrypt.Data
|
||||
|
||||
IsReady = true;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user