Move TimedDespawn to engine (#20515)

This commit is contained in:
metalgearsloth
2023-09-30 14:35:32 +10:00
committed by GitHub
parent 4a884cda6c
commit 3a196a1d09
21 changed files with 35 additions and 120 deletions

View File

@@ -13,7 +13,7 @@ using Content.Shared.CCVar;
using Content.Shared.Mobs.Components;
using Content.Shared.Movement.Components;
using Content.Shared.Shuttles.Components;
using Content.Shared.Spawners.Components;
using Robust.Shared.Spawners;
using Content.Shared.Tiles;
using Robust.Server.GameObjects;
using Robust.Shared.Collections;
@@ -22,6 +22,7 @@ using Robust.Shared.Console;
using Robust.Shared.Map;
using Robust.Shared.Random;
using Robust.Shared.Timing;
using TimedDespawnComponent = Robust.Shared.Spawners.TimedDespawnComponent;
namespace Content.Server.Shuttles.Systems;