Another batch of DoAfter fixes (#14351)

This commit is contained in:
keronshb
2023-03-05 00:26:03 -05:00
committed by GitHub
parent 417569fe2e
commit eff088189d
11 changed files with 124 additions and 42 deletions

View File

@@ -42,6 +42,12 @@ public sealed class EncryptionKeyHolderComponent : Component
public Container KeyContainer = default!;
public const string KeyContainerName = "key_slots";
/// <summary>
/// Blocks multiple attempts to remove the key
/// </summary>
[DataField("removing")]
public bool Removing;
/// <summary>
/// Combined set of radio channels provided by all contained keys.
/// </summary>