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

This reverts commit 50470c3aaa.
This commit is contained in:
Ed
2024-06-11 15:20:47 +03:00
committed by GitHub
parent b30db3a30f
commit 5e78ac2c22
402 changed files with 11291 additions and 21552 deletions

View File

@@ -45,10 +45,5 @@ 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;
}
}