Fix small namespace issue (#2785)

Move folders
This commit is contained in:
Dvir 2025-01-23 02:07:32 +02:00 committed by GitHub
parent c1a23e1a97
commit 4cf4d53fd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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"/>

View File

@ -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"/>