Skip to content

Commit

Permalink
DeltaV -> _DV for system
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Jan 1, 2025
1 parent d40901f commit 17440b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Content.Shared.Body.Prototypes;
using Robust.Shared.Prototypes;

namespace Content.Server.DeltaV.Feroxi;
namespace Content.Server._DV.Feroxi;

[RegisterComponent, Access(typeof(FeroxiDehydrateSystem))]
public sealed partial class FeroxiDehydrateComponent : Component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Content.Server.Body.Systems;
using Content.Shared.Nutrition.Components;

namespace Content.Server.DeltaV.Feroxi;
namespace Content.Server._DV.Feroxi;

public sealed class FeroxiDehydrateSystem : EntitySystem
{
Expand Down

0 comments on commit 17440b2

Please sign in to comment.