Cleanup remaining IMapManager.MapExists uses (#37851)

Cleanup remaining IMapManager.MapExists uses
This commit is contained in:
Tayrtahn
2025-05-26 12:45:55 -04:00
committed by GitHub
parent df2c2adc9d
commit 24dd207b4f
5 changed files with 14 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ namespace Content.Shared.Explosion.Components;
/// <summary>
/// Component for tracking active trigger timers. A timers can activated by some other component, e.g. <see cref="OnUseTimerTriggerComponent"/>.
/// </summary>
[RegisterComponent, NetworkedComponent]
[RegisterComponent]
public sealed partial class ActiveTimerTriggerComponent : Component
{
[DataField] public float TimeRemaining;