Skip to content

Commit

Permalink
Move
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Jun 16, 2024
1 parent be89ef3 commit f5d3e1a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 15 deletions.
7 changes: 0 additions & 7 deletions Content.Server/Speech/Components/GoblinAccentComponent.cs

This file was deleted.

8 changes: 8 additions & 0 deletions Content.Server/_NF/Speech/Components/GoblinAccentComponent.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using Content.Server._NF.Speech.EntitySystems;

namespace Content.Server._NF.Speech.Components;

[RegisterComponent]
[Access(typeof(GoblinAccentSystem))]
public sealed partial class GoblinAccentComponent : Component
{ }
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Content.Server.Speech.Components
namespace Content.Server._NF.Speech.Components
{
[RegisterComponent]
public sealed partial class StreetpunkAccentComponent : Component
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Content.Server.Speech.Components;
using Robust.Shared.Random;
using System.Text.RegularExpressions;
using Content.Server._NF.Speech.Components;
using Content.Server.Speech;
using Content.Server.Speech.EntitySystems;

namespace Content.Server.Speech.EntitySystems;
namespace Content.Server._NF.Speech.EntitySystems;

public sealed class GoblinAccentSystem : EntitySystem
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
using Content.Server.Speech.Components;
using Robust.Shared.Random;
using Content.Server._NF.Speech.Components;
using Content.Server.Speech;
using Content.Server.Speech.EntitySystems;
using System.Text.RegularExpressions;

namespace Content.Server.Speech.EntitySystems;
namespace Content.Server._NF.Speech.EntitySystems;

public sealed class StreetpunkAccentSystem : EntitySystem
{
Expand Down

0 comments on commit f5d3e1a

Please sign in to comment.