Skip to content

Commit

Permalink
Clean CargoSystem.Shuttle.cs imports
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Dec 26, 2024
1 parent cfcf4a5 commit 912eb97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
using Content.Server.Cargo.Components;
using Content.Shared.Stacks;
using Content.Shared.Bank.Components;
using Content.Shared.Cargo;
using Content.Shared.Cargo.BUI;
using Content.Shared.Cargo.Components;
using Content.Shared.Cargo.Events;
using Content.Shared.GameTicking;
using Content.Shared.Mobs;
using Robust.Shared.Map;
using Robust.Shared.Random;
using Robust.Shared.Audio;
using Content.Server._NF.Cargo.Components; // Frontier
using Content.Shared.Bank.Components; // Frontier
using Content.Shared.Mobs; // Frontier

namespace Content.Server.Cargo.Systems;

Expand Down

0 comments on commit 912eb97

Please sign in to comment.