mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 00:54:51 +01:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user