]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Move TimedDespawn to engine (#20515)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sat, 30 Sep 2023 04:35:32 +0000 (14:35 +1000)
committerGitHub <noreply@github.com>
Sat, 30 Sep 2023 04:35:32 +0000 (14:35 +1000)
commit3a196a1d098fa999e68edfec374041ad68413b07
tree2ba4f52fd5d7280fdc95fab53a5ed8a14f300765
parent4a884cda6ccda4d0d88e051b06b0cfed7cc11fdf
Move TimedDespawn to engine (#20515)
21 files changed:
Content.Client/Animations/ReusableAnimations.cs
Content.Client/Chemistry/Visualizers/FoamVisualizerSystem.cs
Content.Client/Content.Client.csproj
Content.Client/Projectiles/ProjectileSystem.cs
Content.Client/Salvage/FultonSystem.cs
Content.Client/Spawners/TimedDespawnSystem.cs [deleted file]
Content.Client/Weapons/Ranged/Systems/GunSystem.cs
Content.Server/Chemistry/EntitySystems/VaporSystem.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs
Content.Server/Fluids/EntitySystems/SmokeSystem.cs
Content.Server/Magic/MagicSystem.cs
Content.Server/Shuttles/Systems/ArrivalsSystem.cs
Content.Server/Spawners/EntitySystems/SpawnerSystem.cs
Content.Server/Spawners/EntitySystems/TimedDespawnSystem.cs [deleted file]
Content.Server/StationEvents/Events/ImmovableRodRule.cs
Content.Server/StationEvents/Events/MeteorSwarmRule.cs
Content.Shared/Radiation/Components/RadiationPulseComponent.cs
Content.Shared/Radiation/Systems/RadiationPulseSystem.cs
Content.Shared/Spawners/Components/TimedDespawnComponent.cs [deleted file]
Content.Shared/Spawners/EntitySystems/SharedTimedDespawnSystem.cs [deleted file]
Content.Shared/Spawners/TimedDespawnEvent.cs [deleted file]