]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Move IgnitionEvent to shared (#30985)
authorDrSmugleaf <10968691+DrSmugleaf@users.noreply.github.com>
Mon, 2 Sep 2024 00:27:13 +0000 (17:27 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 00:27:13 +0000 (02:27 +0200)
Content.Server/IgnitionSource/IgnitionSourceSystem.cs
Content.Server/Light/EntitySystems/ExpendableLightSystem.cs
Content.Shared/IgnitionSource/IgnitionEvent.cs [moved from Content.Server/IgnitionSource/IgnitionEvent.cs with 82% similarity]

index 3925cc86b5aa7f139102c05ffdd4bd39d02ce103..9adbf1f6de542965e8c2615a6d6ec705c9987f51 100644 (file)
@@ -1,4 +1,5 @@
 using Content.Server.Atmos.EntitySystems;
+using Content.Shared.IgnitionSource;
 using Content.Shared.Item.ItemToggle.Components;
 using Content.Shared.Temperature;
 using Robust.Server.GameObjects;
index ba44b42ead1658113ef68b94fe3751eb412b86cc..b56da84f03023656325a271cc79eec45d96bf9f4 100644 (file)
@@ -1,18 +1,15 @@
-using Content.Server.IgnitionSource;
 using Content.Server.Light.Components;
 using Content.Shared.Clothing.Components;
 using Content.Shared.Clothing.EntitySystems;
+using Content.Shared.IgnitionSource;
 using Content.Shared.Interaction.Events;
 using Content.Shared.Item;
 using Content.Shared.Light.Components;
 using Content.Shared.Tag;
-using Content.Shared.Temperature;
 using Content.Shared.Verbs;
 using JetBrains.Annotations;
 using Robust.Server.GameObjects;
-using Robust.Shared.Audio;
 using Robust.Shared.Audio.Systems;
-using Robust.Shared.Player;
 using Robust.Shared.Utility;
 
 namespace Content.Server.Light.EntitySystems
similarity index 82%
rename from Content.Server/IgnitionSource/IgnitionEvent.cs
rename to Content.Shared/IgnitionSource/IgnitionEvent.cs
index b86bf52b2d4f227def92936814ec4def18324a7e..be168fd46fe0c212cc95d52e8d480dcbfb0f2ff4 100644 (file)
@@ -1,4 +1,4 @@
-namespace Content.Server.IgnitionSource;
+namespace Content.Shared.IgnitionSource;
 
 /// <summary>
 ///     Raised in order to toggle the ignitionSourceComponent on an entity on or off