Skip to content

Commit

Permalink
corvaxnext
Browse files Browse the repository at this point in the history
  • Loading branch information
PuroSlavKing committed Nov 24, 2024
1 parent 260c3ef commit 807bf20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Robust.Shared.Timing;
using Robust.Shared.Prototypes;
using Robust.Shared.Map.Components;
using Content.Shared.TimeCycle;
using Content.Shared.CorvaxNext.TimeCycle;

namespace Content.Server.TimeCycle;
namespace Content.Server.CorvaxNext.TimeCycle;

public sealed partial class TimeCycleSystem : EntitySystem
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Content.Shared.TimeCycle;
namespace Content.Shared.CorvaxNext.TimeCycle;

[RegisterComponent]
public sealed partial class TimeCycleComponent : Component
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Robust.Shared.Prototypes;

namespace Content.Shared.TimeCycle;
namespace Content.Shared.CorvaxNext.TimeCycle;

/// <summary>
///
Expand Down

0 comments on commit 807bf20

Please sign in to comment.