parent
c1a23e1a97
commit
4cf4d53fd2
|
|
@ -1,4 +1,4 @@
|
|||
namespace Content.Shared.Frontier.Storage.Components;
|
||||
namespace Content.Shared._NF.Storage.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Applies an ongoing pickup area around the attached entity.
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
namespace Content.Shared.Frontier.Storage.Components;
|
||||
namespace Content.Shared._NF.Storage.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Applies an ongoing pickup area around the attached entity.
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
using Content.Shared.Frontier.Storage.Components;
|
||||
using Content.Shared._NF.Storage.Components;
|
||||
using Content.Shared.Materials;
|
||||
using Robust.Shared.Physics.Components;
|
||||
using Robust.Shared.Timing;
|
||||
|
|
@ -7,7 +7,7 @@ using Content.Shared.Hands.Components; // Frontier
|
|||
using Content.Shared.Verbs; // Frontier
|
||||
using Robust.Shared.Utility; // Frontier
|
||||
|
||||
namespace Content.Shared.Frontier.Storage.EntitySystems;
|
||||
namespace Content.Shared._NF.Storage.EntitySystems;
|
||||
|
||||
/// <summary>
|
||||
/// <see cref="MaterialReclaimerMagnetPickupComponent"/>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
using Content.Shared.Frontier.Storage.Components;
|
||||
using Content.Shared._NF.Storage.Components;
|
||||
using Content.Shared.Materials;
|
||||
using Robust.Shared.Physics.Components;
|
||||
using Robust.Shared.Timing;
|
||||
|
|
@ -7,7 +7,7 @@ using Content.Shared.Hands.Components; // Frontier
|
|||
using Content.Shared.Verbs; // Frontier
|
||||
using Robust.Shared.Utility; // Frontier
|
||||
|
||||
namespace Content.Shared.Frontier.Storage.EntitySystems;
|
||||
namespace Content.Shared._NF.Storage.EntitySystems;
|
||||
|
||||
/// <summary>
|
||||
/// <see cref="MaterialStorageMagnetPickupComponent"/>
|
||||
Loading…
Reference in New Issue