Revert "Revert "Ed 09 06 2024 upstream (#230)" (#233)"

This reverts commit b89117f8e6.
This commit is contained in:
Ed
2024-06-11 15:19:52 +03:00
committed by GitHub
parent b89117f8e6
commit bb3c74d557
402 changed files with 21561 additions and 11300 deletions

View File

@@ -45,5 +45,10 @@ namespace Content.Shared.Explosion.Components
/// Whether you can examine the item to see its timer or not.
/// </summary>
[DataField] public bool Examinable = true;
/// <summary>
/// Whether or not to show the user a popup when starting the timer.
/// </summary>
[DataField] public bool DoPopup = true;
}
}