Fix warnings (#42175)

* Fix warnings

* Update Content.Server/Medical/DefibrillatorSystem.cs

* Update Content.Server/Medical/DefibrillatorSystem.cs

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
Crotalus
2025-12-31 00:49:32 +01:00
committed by GitHub
parent cdf6461796
commit dc9d4accfd

View File

@@ -6,7 +6,7 @@ namespace Content.Shared.Chat.Prototypes;
/// <summary>
/// A predefined notification used to warn a player of specific events.
/// </summary>
[Prototype("chatNotification")]
[Prototype]
public sealed partial class ChatNotificationPrototype : IPrototype
{
[ViewVariables]