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:
parent
e3d5d47cfd
commit
a2c58b6c09
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue