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 BarryNorfolk
parent e3d5d47cfd
commit a2c58b6c09
1 changed files with 1 additions and 1 deletions

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]