From 1882ad55af52dc8695ed0e3d4eecab7c04f9bedc Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com> Date: Mon, 27 Dec 2021 18:50:43 +0100 Subject: [PATCH] Use ByRefEvent attribute in content. (#5918) --- Content.Server/Atmos/EntitySystems/AtmosExposedSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/Atmos/EntitySystems/AtmosExposedSystem.cs b/Content.Server/Atmos/EntitySystems/AtmosExposedSystem.cs index 0da7d35429..6c03aaaa53 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosExposedSystem.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosExposedSystem.cs @@ -12,6 +12,7 @@ namespace Content.Server.Atmos.EntitySystems {} */ + [ByRefEvent] public readonly struct AtmosExposedUpdateEvent { public readonly EntityCoordinates Coordinates;